mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Backward compatibility retained for now.
This commit is contained in:
parent
586c52c38d
commit
68b70a0f68
1 changed files with 5 additions and 3 deletions
|
|
@ -184,9 +184,11 @@ The interface of this backend to the perl module MAY change.
|
||||||
Any suggestions would greatly be appreciated.
|
Any suggestions would greatly be appreciated.
|
||||||
|
|
||||||
Note: in previous versions, any unrecognized lines in the slapd.conf
|
Note: in previous versions, any unrecognized lines in the slapd.conf
|
||||||
file were passed to the perl module's config method. Now,
|
file were passed to the perl module's config method. This behavior is
|
||||||
unrecognized lines are rejected as errors, and the perlModuleConfig
|
deprecated (but still allowed for backward compatibility), and the
|
||||||
directive must be used to invoke the module's config method.
|
perlModuleConfig directive should instead be used to invoke the
|
||||||
|
module's config method. This compatibility feature will be removed at
|
||||||
|
some future date.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
ETCDIR/slapd.conf
|
ETCDIR/slapd.conf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue