mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#6852 add ordering for uidNumber and gidNumber
corresponds to draft-howard-rfc2307bis-02
This commit is contained in:
parent
bfa05a5e32
commit
14dd620ae3
1 changed files with 2 additions and 0 deletions
|
|
@ -934,6 +934,7 @@ static struct slap_schema_ad_map {
|
|||
"DESC 'RFC2307: An integer uniquely identifying a user "
|
||||
"in an administrative domain' "
|
||||
"EQUALITY integerMatch "
|
||||
"ORDERING integerOrderingMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )",
|
||||
NULL, 0,
|
||||
NULL, NULL,
|
||||
|
|
@ -944,6 +945,7 @@ static struct slap_schema_ad_map {
|
|||
"DESC 'RFC2307: An integer uniquely identifying a group "
|
||||
"in an administrative domain' "
|
||||
"EQUALITY integerMatch "
|
||||
"ORDERING integerOrderingMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )",
|
||||
NULL, 0,
|
||||
NULL, NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue