mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add namingCSN attribute type
Make SLAP_NVALUES the default.
This commit is contained in:
parent
1b37568b00
commit
91a2fb1c96
@ -473,7 +473,7 @@ static struct slap_schema_ad_map {
|
||||
"SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||
NULL, SLAP_AT_HIDE,
|
||||
NULL, NULL, NULL, NULL, NULL,
|
||||
offsetof(struct slap_internal_schema, si_ad_entryCSN) },
|
||||
offsetof(struct slap_internal_schema, si_ad_namingCSN) },
|
||||
|
||||
{ "superiorUUID", "( 1.3.6.1.4.1.4203.666.1.11 NAME 'superiorUUID' "
|
||||
"DESC 'LCUP/LDUP: UUID of the superior entry' "
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "ldap_queue.h"
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
/* #define SLAP_NVALUES 1 */
|
||||
#define SLAP_NVALUES 1
|
||||
#define SLAP_EXTENDED_SCHEMA 1
|
||||
#endif
|
||||
|
||||
@ -728,6 +728,7 @@ struct slap_internal_schema {
|
||||
AttributeDescription *si_ad_collectiveExclusions;
|
||||
AttributeDescription *si_ad_entryUUID;
|
||||
AttributeDescription *si_ad_entryCSN;
|
||||
AttributeDescription *si_ad_namingCSN;
|
||||
AttributeDescription *si_ad_superiorUUID;
|
||||
|
||||
#ifdef LDAP_CACHING
|
||||
|
Loading…
Reference in New Issue
Block a user