[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4863) 2.3 Administrator's Guide uses deprecated "attr=" statement (typo)
Full_Name: Michael Burr
Version: 2.3.30
OS: Debian 4.0 (sid)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (70.145.225.250)
Referring to the Administrator's Guide hosted at openldap.org, in the "Access
Control" section (http://www.openldap.org/doc/admin23/slapdconf2.html#Access%20Control),
if I copy this statement:
olcAccess: to attr=member,entry
by dnattr=member selfwrite
directly into my configuration (replacing "olcAccess: " with "access to"),
slaptest complains:
slapd.conf: line 40: "attr" is deprecated (and undocumented); use "attrs"
instead.
config file testing succeeded
As is suggested by the output, slaptest returns with success (0).