Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
bd3a8c2d
Commit
bd3a8c2d
authored
Aug 12, 2005
by
Kurt Zeilenga
Browse files
IANA assigned OIDs
parent
0dba093c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/root_dse.c
View file @
bd3a8c2d
...
...
@@ -29,6 +29,7 @@
#endif
static
struct
berval
supportedFeatures
[]
=
{
BER_BVC
(
LDAP_FEATURE_MODIFY_INCREMENT
),
/* Modify/increment */
BER_BVC
(
LDAP_FEATURE_ALL_OP_ATTRS
),
/* All Op Attrs (+) */
BER_BVC
(
LDAP_FEATURE_OBJECTCLASS_ATTRS
),
/* OCs in Attrs List (@class) */
BER_BVC
(
LDAP_FEATURE_ABSOLUTE_FILTERS
),
/* (&) and (|) search filters */
...
...
@@ -37,7 +38,6 @@ static struct berval supportedFeatures[] = {
#ifdef LDAP_DEVEL
BER_BVC
(
LDAP_FEATURE_SUBORDINATE_SCOPE
),
/* "children" search scope */
BER_BVC
(
LDAP_FEATURE_MODIFY_INCREMENT
),
/* Modify/increment */
#endif
{
0
,
NULL
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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