[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#3640) back-ldap/back-meta is not checking access for write operations
Full_Name: Pierangelo Masarati
Version: HEAD/2.3/2.2
OS: Linux (whitebox)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.72.89.40)
back-ldap & back-meta do not check access when handling writes. The rationale
is that since they're just proxying operations, it is the remote host's
responsibility to do access checking. However, I think this should at least be
clearly specified in the documentation.