]> git.sur5r.net Git - openldap/commitdiff
entryDN is dynamic
authorKurt Zeilenga <kurt@openldap.org>
Tue, 7 Sep 2004 05:06:50 +0000 (05:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 7 Sep 2004 05:06:50 +0000 (05:06 +0000)
servers/slapd/schema_prep.c

index 8ac8f3ae80190e011697f0b57e8c74076578f68d..0af3fde49e39300466180040a3d061e67adb5814 100644 (file)
@@ -533,7 +533,7 @@ static struct slap_schema_ad_map {
                        "EQUALITY distinguishedNameMatch "
                        "SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 "
                        "SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )",
-               NULL, SLAP_AT_HIDE,
+               NULL, SLAP_AT_HIDE|SLAP_AT_DYNAMIC,
                NULL, NULL,
                NULL, NULL, NULL, NULL, NULL,
                offsetof(struct slap_internal_schema, si_ad_entryDN) },