mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
further fulfilment of ITS#3639
This commit is contained in:
parent
14b2b4de13
commit
02464d6e34
2 changed files with 28 additions and 0 deletions
|
|
@ -29,6 +29,20 @@ manual page.
|
|||
Specifies an alternate passwd file to use.
|
||||
The default is
|
||||
.BR /etc/passwd .
|
||||
.SH ACCESS CONTROL
|
||||
The
|
||||
.B passwd
|
||||
backend does not honor any of the access control semantics described in
|
||||
.BR slapd.access (5).
|
||||
Only
|
||||
.B read (=r)
|
||||
access to the
|
||||
.B entry
|
||||
pseudo-attribute and to the other attribute values of the entries
|
||||
returned by the
|
||||
.B search
|
||||
operation is honored, which is performed by the frontend.
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
ETCDIR/slapd.conf
|
||||
|
|
|
|||
|
|
@ -162,6 +162,20 @@ returned directly to the client.
|
|||
.SH EXAMPLE
|
||||
There is an example Perl module `SampleLDAP' in the slapd/back-perl/
|
||||
direcetory in the OpenLDAP source tree.
|
||||
.SH ACCESS CONTROL
|
||||
The
|
||||
.B passwd
|
||||
backend does not honor any of the access control semantics described in
|
||||
.BR slapd.access (5);
|
||||
all access control is delegated to the underlying PERL scripting.
|
||||
Only
|
||||
.B read (=r)
|
||||
access to the
|
||||
.B entry
|
||||
pseudo-attribute and to the other attribute values of the entries
|
||||
returned by the
|
||||
.B search
|
||||
operation is honored, which is performed by the frontend.
|
||||
.SH WARNING
|
||||
The interface of this backend to the perl module MAY change.
|
||||
Any suggestions would greatly be appreciated.
|
||||
|
|
|
|||
Loading…
Reference in a new issue