mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Use IANA-assigned OID for entryDN and remove hide flag.
This commit is contained in:
parent
2068c61d92
commit
7fa4cc5d38
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user