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

(ITS#3830) Buggy access attrs=... val=...



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


'access attrs=foo val=<bar>' seems to only be applied if
<bar> matches the first value of attribute foo, and behavour
is weird afterwards.  E.g. the 2-line slapd.conf:
  access to attrs=supportedControl val.regex=^.* by * read
  access to * by * read
only returns the first value of supportedControl.  OTOH,

Also, IIRC Kurt said once that val= is only applied to search
operations, or something.  If so, it needs to be documented
how it works (when it works correctly:-)