Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d13d15c3
Commit
d13d15c3
authored
Aug 30, 2007
by
Howard Chu
Browse files
Revert prev commit, don't advertise subord scope
parent
1b40253d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/root_dse.c
View file @
d13d15c3
...
...
@@ -35,7 +35,9 @@ static struct berval builtin_supportedFeatures[] = {
BER_BVC
(
LDAP_FEATURE_ABSOLUTE_FILTERS
),
/* (&) and (|) search filters */
BER_BVC
(
LDAP_FEATURE_LANGUAGE_TAG_OPTIONS
),
/* Language Tag Options */
BER_BVC
(
LDAP_FEATURE_LANGUAGE_RANGE_OPTIONS
),
/* Language Range Options */
#ifdef LDAP_DEVEL
BER_BVC
(
LDAP_FEATURE_SUBORDINATE_SCOPE
),
/* "children" search scope */
#endif
BER_BVNULL
};
static
struct
berval
*
supportedFeatures
;
...
...
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