complete access checking documentation

This commit is contained in:
Pierangelo Masarati 2005-04-10 16:06:45 +00:00
parent a3e5490540
commit 3ead9d3140
3 changed files with 15 additions and 4 deletions

View File

@ -175,7 +175,13 @@ Specify a key for a shared memory BDB environment. By default the
BDB environment uses memory mapped files. If a non-zero value is
specified, it will be used as the key to identify a shared memory
region that will house the environment.
.B
.SH ACCESS CONTROL
The
.B bdb
and
.B hdb
backends honor access control semantics as indicated in
.BR slapd.access (5).
.SH FILES
.TP
ETCDIR/slapd.conf

View File

@ -123,6 +123,11 @@ Note: changing index settings requires rebuilding indices, see
Specify the file protection mode that newly created database
index files should have.
The default is 0600.
.SH ACCESS CONTROL
The
.B ldbm
backend honors access control semantics as indicated in
.BR slapd.access (5).
.SH FILES
.TP
ETCDIR/slapd.conf

View File

@ -653,10 +653,10 @@ directory in the OpenLDAP source tree.
The
.B sql
backend honors access control semantics as indicated in
.BR slapd.access (5),
including the
.BR slapd.access (5)
(including the
.B disclose
access privilege.
access privilege when enabled at compile time).
.SH FILES
.TP