]> git.sur5r.net Git - openldap/commitdiff
We need to inherit syntax_compat from superior. Problem manifests
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 24 Mar 2000 13:44:37 +0000 (13:44 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 24 Mar 2000 13:44:37 +0000 (13:44 +0000)
itself in that cn suddenly becomes case-sensitive.

servers/slapd/at.c

index deb920b69e12c0e7fede60593eb1165c41ffb598..63344d0a91b66b433d29702ea42f567c90767ce8 100644 (file)
@@ -441,6 +441,7 @@ at_add(
         */
        if ( sat->sat_sup ) {
                sat->sat_syntax = sat->sat_sup->sat_syntax;
+               sat->sat_syntax_compat = sat->sat_sup->sat_syntax_compat;
 
                sat->sat_equality = sat->sat_sup->sat_equality;
                sat->sat_ordering = sat->sat_sup->sat_ordering;