]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Need to recycle dnMatch for uniqueMemberMatch
authorKurt Zeilenga <kurt@openldap.org>
Tue, 5 Sep 2000 22:10:56 +0000 (22:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 5 Sep 2000 22:10:56 +0000 (22:10 +0000)
CHANGES
servers/slapd/schema_init.c

diff --git a/CHANGES b/CHANGES
index 5c7604ef749839f22143c4e83c3cb120cb407040..edb39205c9c01250710022a731667ec46e0b4d0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@ OpenLDAP 2.0.X Engineering
        Updated slapd MAXARGS to 200
        Updated slapd nisNetgroupTriple validation routine (ITS#705)
        Updated slapd bootParameter validation routine (ITS#706)
-       Updated slapd nameUID syntax to reuse DN routines
+       Updated slapd nameUID syntax to reuse DN routines for uniqueMember
        Updated client tool usage (ITS#710)
        Build Environment
                Fixed MSC tcp_close redefine
index 715c1fd2b51693f3eabca67e70ef747a34f43b1b..6c3b42ab361eaf50f749c01fa40f1d924a3160a6 100644 (file)
 #define telephoneNumberSubstringsMatch caseIgnoreIA5SubstringsMatch
 #define generalizedTimeMatch                   numericStringMatch
 #define generalizedTimeOrderingMatch   numericStringMatch
+#define uniqueMemberMatch                              dnMatch
 
 /* unimplemented matching routines */
 #define caseIgnoreListMatch                            NULL
 #define caseIgnoreListSubstringsMatch  NULL
 #define bitStringMatch                                 NULL
 #define presentationAddressMatch               NULL
-#define uniqueMemberMatch                              NULL
 #define protocolInformationMatch               NULL
 #define integerFirstComponentMatch             NULL