ITS#6852 add ordering for uidNumber and gidNumber

corresponds to draft-howard-rfc2307bis-02
This commit is contained in:
Howard Chu 2011-03-04 22:58:36 +00:00
parent bfa05a5e32
commit 14dd620ae3

View File

@ -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,