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
orbea -
OpenLDAP
Commits
204b035a
Commit
204b035a
authored
Apr 09, 2008
by
Howard Chu
Browse files
ITS#5383 use public OID for config schema, no more hiding
parent
d9dac0c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
204b035a
...
...
@@ -189,8 +189,8 @@ typedef struct {
}
OidRec
;
static
OidRec
OidMacros
[]
=
{
/* OpenLDAProot:
666.1
1.1 */
{
"OLcfg"
,
"1.3.6.1.4.1.4203.
666.1
1.1"
},
/* OpenLDAProot:1.1
2.2
*/
{
"OLcfg"
,
"1.3.6.1.4.1.4203.1.1
2.2
"
},
{
"OLcfgAt"
,
"OLcfg:3"
},
{
"OLcfgGlAt"
,
"OLcfgAt:0"
},
{
"OLcfgBkAt"
,
"OLcfgAt:1"
},
...
...
servers/slapd/config.c
View file @
204b035a
...
...
@@ -496,9 +496,6 @@ init_config_attrs(ConfigTable *ct) {
fprintf
(
stderr
,
"init_config_attrs: register_at failed
\n
"
);
return
code
;
}
#ifndef LDAP_DEVEL
ct
[
i
].
ad
->
ad_type
->
sat_flags
|=
SLAP_AT_HIDE
;
#endif
}
return
0
;
...
...
@@ -514,9 +511,6 @@ init_config_ocs( ConfigOCs *ocs ) {
fprintf
(
stderr
,
"init_config_ocs: register_oc failed
\n
"
);
return
code
;
}
#ifndef LDAP_DEVEL
ocs
[
i
].
co_oc
->
soc_flags
|=
SLAP_OC_HIDE
;
#endif
}
return
0
;
}
...
...
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