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
Joe Martin
OpenLDAP
Commits
d0050659
Commit
d0050659
authored
Nov 08, 2007
by
Quanah Gibson-Mount
Browse files
ITS#5200
parent
26139388
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
d0050659
...
...
@@ -9,6 +9,9 @@ OpenLDAP 2.4.7 Engineering
Fixed grammar errors (ITS#5223)
Refint overlay doc contribution (ITS#5217)
Dynamic Lists doc contribution to the admin guide (ITS#5216)
Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
OpenLDAP 2.4.6 Release (2007/10/31)
Initial release for "general use".
doc/man/man5/slapd-config.5
View file @
d0050659
...
...
@@ -1458,7 +1458,7 @@ switch.
.TP
.B olcMaxDerefDepth: <depth>
Specifies the maximum number of aliases to dereference when trying to
resolve an entry, used to avoid infinite alias loops. The default is 1.
resolve an entry, used to avoid infinite alias loops. The default is 1
5
.
.TP
.B olcMirrorMode: TRUE | FALSE
This option puts a replica database into "mirror" mode. Update
...
...
doc/man/man5/slapd.conf.5
View file @
d0050659
...
...
@@ -1346,7 +1346,7 @@ switch.
.TP
.B maxderefdepth <depth>
Specifies the maximum number of aliases to dereference when trying to
resolve an entry, used to avoid infinite alias loops. The default is 1.
resolve an entry, used to avoid infinite alias loops. The default is 1
5
.
.TP
.B mirrormode on | off
This option puts a replica database into "mirror" mode. Update
...
...
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