mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
cleanup
This commit is contained in:
parent
66c173deb9
commit
ef38cc9501
1 changed files with 2 additions and 2 deletions
|
|
@ -1028,9 +1028,9 @@ static struct slap_schema_ad_map {
|
|||
};
|
||||
|
||||
static AttributeType slap_at_undefined = {
|
||||
{ "1.1.1", NULL, NULL, 1, NULL,
|
||||
{ "1.1.1", NULL, "Catchall for undefined attribute types", 1, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
0, 0, 0, 1, 3, NULL }, /* LDAPAttributeType */
|
||||
0, 0, 0, 1, LDAP_SCHEMA_DSA_OPERATION, NULL }, /* LDAPAttributeType */
|
||||
BER_BVC("UNDEFINED"), /* cname */
|
||||
NULL, /* sup */
|
||||
NULL, /* subtypes */
|
||||
|
|
|
|||
Loading…
Reference in a new issue