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
39210fd0
Commit
39210fd0
authored
Apr 15, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5383
parent
e0c0da20
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
39210fd0
...
...
@@ -22,6 +22,7 @@ OpenLDAP 2.4.9 Engineering
Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
Fixed slapd-config attribute publishing (ITS#5383)
Fixed slapd-ldap connection handler (ITS#5404)
Fixed slapo-auditlog unnecessary syscall (ITS#5441)
Fixed slapo-refint dnSubtreeMatch (ITS#5427)
...
...
servers/slapd/bconfig.c
View file @
39210fd0
...
...
@@ -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 @
39210fd0
...
...
@@ -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
.
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