[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#3819) Strange slapd.conf diagnostic after authz-regexp
Full_Name: Hallvard B Furuseth
Version: 2.3.4
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (129.240.186.42)
Submitted by: hallvard
This slapd.conf:
authz-regexp cn=x cn=y
foobar
gets this message from slaptest -d 64:
unknown directive <foobar> inside backend database definition (ignored).
If I remove the authz-regexp line, the warning correctly says
foobar is "outside backend info and database definitions".