]> git.sur5r.net Git - openldap/commitdiff
Use IANA-assigned OID for entryDN and remove hide flag.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 23 May 2007 03:54:31 +0000 (03:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 23 May 2007 03:54:31 +0000 (03:54 +0000)
servers/slapd/schema_prep.c

index aec27c8f71f381cb8e1d63e76ee0ce05c9f2d718..b4999b958b75090bd9baf0e1ff18ef1655482643 100644 (file)
@@ -532,12 +532,12 @@ static struct slap_schema_ad_map {
                offsetof(struct slap_internal_schema, si_ad_collectiveExclusions) },
 #endif
 
-       { "entryDN", "( 1.3.6.1.4.1.4203.666.1.33 NAME 'entryDN' "   
+       { "entryDN", "( 1.3.6.1.1.20 NAME 'entryDN' "   
                        "DESC 'DN of the entry' "
                        "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|SLAP_AT_DYNAMIC,
+               NULL, SLAP_AT_DYNAMIC,
                NULL, NULL,
                NULL, NULL, NULL, NULL, NULL,
                offsetof(struct slap_internal_schema, si_ad_entryDN) },