[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7282) Invalid Regex in Documentation



Full_Name: Kyle Smith
Version: 2.4.30
OS: Ubuntu Server 10.04.02LTS
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (192.245.87.13)


In section 8.2.5 of the OpenLDAP Documentation (Access Control Examples), the
example regex to allow an IP address is given by:

        by peername.regex=IP:10\..+ read

I think it should read:

        by peername.regex=IP=10\..+ read