mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
move deprecated statements to a separate block (ITS#6800)
This commit is contained in:
parent
f62b4a55c1
commit
88423dd0c0
@ -565,18 +565,6 @@ times);
|
||||
the global value can be overridden by redefinitions inside each target
|
||||
specification.
|
||||
|
||||
.TP
|
||||
.B pseudorootdn "<substitute DN in case of rootdn bind>"
|
||||
Deprecated; use
|
||||
.B idassert\-bind
|
||||
instead.
|
||||
|
||||
.TP
|
||||
.B pseudorootpw "<substitute password in case of rootdn bind>"
|
||||
Deprecated; use
|
||||
.B idassert\-bind
|
||||
instead.
|
||||
|
||||
.TP
|
||||
.B rewrite* ...
|
||||
The rewrite options are described in the "REWRITING" section.
|
||||
@ -1225,6 +1213,24 @@ allows caching of LDAP search requests (queries) in a local database.
|
||||
See
|
||||
.BR slapo\-pcache (5)
|
||||
for details.
|
||||
|
||||
.SH DEPRECATED STATEMENTS
|
||||
The following statements have been deprecated and should no longer be used.
|
||||
|
||||
.TP
|
||||
.B pseudorootdn "<substitute DN in case of rootdn bind>"
|
||||
Use
|
||||
.B idassert\-bind
|
||||
instead.
|
||||
|
||||
.TP
|
||||
.B pseudorootpw "<substitute password in case of rootdn bind>"
|
||||
Use
|
||||
.B idassert\-bind
|
||||
instead.
|
||||
|
||||
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
ETCDIR/slapd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user