Skip to content
Snippets Groups Projects
Commit dd719e81 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

syntax oid macros added

parent f4fb7695
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment