Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
def5262f
Commit
def5262f
authored
Sep 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS
#5689
parent
fb55668f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
def5262f
...
...
@@ -33,6 +33,7 @@ OpenLDAP 2.4.12 Engineering
Fixed slapo-rwm callback cleanup (ITS#5601,ITS#5687)
Fixed slapo-rwm attr mapping and merging (ITS#5624)
Fixed slapo-rwm objectClass filtering (ITS#5647)
Fixed slapo-translucent back-config support (ITS#5689)
Fixed slapo-translucent filter usage on merged entries (ITS#5679)
Fixed slapo-unique filter validation (ITS#5581)
Fixed slapo-unique suffix testing (ITS#5641)
...
...
servers/slapd/overlays/translucent.c
View file @
def5262f
...
...
@@ -67,13 +67,13 @@ static ConfigTable translucentcfg[] = {
"DESC 'Disable automatic glue records for ADD and MODRDN' "
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"translucent_local"
,
"attr[,attr...]"
,
1
,
2
,
0
,
ARG_STRING
|
ARG_MAGIC
|
TRANS_LOCAL
,
ARG_MAGIC
|
TRANS_LOCAL
,
translucent_cf_gen
,
"( OLcfgOvAt:14.3 NAME 'olcTranslucentLocal' "
"DESC 'Attributes to use in local search filter' "
"SYNTAX OMsDirectoryString )"
,
NULL
,
NULL
},
{
"translucent_remote"
,
"attr[,attr...]"
,
1
,
2
,
0
,
ARG_STRING
|
ARG_MAGIC
|
TRANS_REMOTE
,
ARG_MAGIC
|
TRANS_REMOTE
,
translucent_cf_gen
,
"( OLcfgOvAt:14.4 NAME 'olcTranslucentRemote' "
"DESC 'Attributes to use in remote search filter' "
...
...
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