mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 04:13:55 -05:00
syntax oid macros added
This commit is contained in:
parent
b4894ccd81
commit
17af50abf3
1 changed files with 2 additions and 0 deletions
|
|
@ -1019,6 +1019,7 @@ static AttributeType slap_at_undefined = {
|
|||
NULL, /* syntax (will be set later to "octetString") */
|
||||
NULL, /* schema check function */
|
||||
NULL, /* oidmacro */
|
||||
NULL, /* soidmacro */
|
||||
SLAP_AT_ABSTRACT|SLAP_AT_FINAL, /* mask */
|
||||
{ NULL }, /* next */
|
||||
NULL /* attribute description */
|
||||
|
|
@ -1036,6 +1037,7 @@ static AttributeType slap_at_proxied = {
|
|||
NULL, /* syntax (will be set later to "octetString") */
|
||||
NULL, /* schema check function */
|
||||
NULL, /* oidmacro */
|
||||
NULL, /* soidmacro */
|
||||
SLAP_AT_ABSTRACT|SLAP_AT_FINAL, /* mask */
|
||||
{ NULL }, /* next */
|
||||
NULL /* attribute description */
|
||||
|
|
|
|||
Loading…
Reference in a new issue