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
Tero Saarni
OpenLDAP
Commits
67ac3586
Commit
67ac3586
authored
Apr 29, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5975
parent
07ad10da
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
67ac3586
...
...
@@ -15,6 +15,8 @@ OpenLDAP 2.4.17 Engineering
Added test057-memberof-refint (ITS#5395)
Documentation
admin24 fixed example regex (ITS#6052)
slapd.conf(5) pidfile/argsfile description fix (ITS#5975)
slapd-config(5) pidfile/argsfile description fix (ITS#5975)
OpenLDAP 2.4.16 Release (2009/04/05)
Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992)
...
...
doc/man/man5/slapd-config.5
View file @
67ac3586
...
...
@@ -142,10 +142,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
(subject to access controls, authorization and other administrative limits).
.TP
.B olcArgsFile: <filename>
The (
absolute
) name of a file that will hold the
The (absolute) name of a file that will hold the
.B slapd
server's command line options
if started without the debugging command line option.
server's command line (program name and options).
.TP
.B olcAttributeOptions: <option-name>...
Define tagging attribute options or option tag/range prefixes.
...
...
@@ -629,11 +628,10 @@ versions of crypt(3) to use an MD5 algorithm and provides
provides 31 characters of salt.
.TP
.B olcPidFile: <filename>
The (
absolute
) name of a file that will hold the
The (absolute) name of a file that will hold the
.B slapd
server's process ID ( see
.BR getpid (2)
) if started without the debugging command line option.
server's process ID (see
.BR getpid (2)).
.TP
.B olcPluginLogFile: <filename>
The ( absolute ) name of a file that will contain log
...
...
doc/man/man5/slapd.conf.5
View file @
67ac3586
...
...
@@ -108,10 +108,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
(subject to access controls, authorization and other administrative limits).
.TP
.B argsfile <filename>
The (
absolute
) name of a file that will hold the
The (absolute) name of a file that will hold the
.B slapd
server's command line options
if started without the debugging command line option.
server's command line (program name and options).
.TP
.B attributeoptions [option-name]...
Define tagging attribute options or option tag/range prefixes.
...
...
@@ -763,11 +762,10 @@ versions of crypt(3) to use an MD5 algorithm and provides
provides 31 characters of salt.
.TP
.B pidfile <filename>
The (
absolute
) name of a file that will hold the
The (absolute) name of a file that will hold the
.B slapd
server's process ID ( see
.BR getpid (2)
) if started without the debugging command line option.
server's process ID (see
.BR getpid (2)).
.TP
.B referral <url>
Specify the referral to pass back when
...
...
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