mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#7253 add a note about Criticality and RFC4510
This commit is contained in:
parent
4d0d12db27
commit
1d89901e73
1 changed files with 3 additions and 0 deletions
|
|
@ -1076,6 +1076,9 @@ static int build_key(
|
|||
return rs->sr_err;
|
||||
}
|
||||
|
||||
/* Conforms to RFC4510 re: Criticality, original RFC2891 spec is broken
|
||||
* Also see ITS#7253 for discussion
|
||||
*/
|
||||
static int sss_parseCtrl(
|
||||
Operation *op,
|
||||
SlapReply *rs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue