Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
2e3d9d77
Commit
2e3d9d77
authored
Feb 01, 2000
by
Kurt Zeilenga
Browse files
Use experimental OID for ACI syntax. Likely need to add
additional schema items.
parent
9316c4ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
2e3d9d77
...
...
@@ -351,6 +351,10 @@ struct syntax_defs_rec syntax_defs[] = {
{
"( 1.3.6.1.4.1.1466.115.121.1.58 DESC 'SubstringAssertion' )"
,
0
,
NULL
,
NULL
,
NULL
},
/* OpenLDAP Experimental Syntaxes */
{
"( "
SLAPD_OID_ACI_SYNTAX
" DESC 'OpenLDAPexperimentalACI' )"
,
0
,
NULL
,
NULL
,
NULL
},
{
NULL
,
0
,
NULL
,
NULL
,
NULL
}
};
...
...
servers/slapd/slap.h
View file @
2e3d9d77
...
...
@@ -89,7 +89,7 @@ LDAP_BEGIN_DECL
/* schema needed by slapd */
#define SLAPD_OID_DN_SYNTAX "1.3.6.1.4.1.1466.115.121.1.12"
#define SLAPD_OID_ACI_SYNTAX "1.
1.1"
/* bogus
*/
#define SLAPD_OID_ACI_SYNTAX "1.
3.6.1.4.1.4203.2.1"
/* experimental
*/
LIBSLAPD_F
(
int
)
slap_debug
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment