mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#6852 add ordering for uidNumber and gidNumber
corresponds to draft-howard-rfc2307bis-02
This commit is contained in:
parent
bfa05a5e32
commit
14dd620ae3
@ -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 New Issue
Block a user