Use IANA-assigned OID for entryDN and remove hide flag.

This commit is contained in:
Kurt Zeilenga 2007-05-23 03:54:31 +00:00
parent 2068c61d92
commit 7fa4cc5d38

View 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) },