mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
complete access checking documentation
This commit is contained in:
parent
a3e5490540
commit
3ead9d3140
@ -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
|
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
|
specified, it will be used as the key to identify a shared memory
|
||||||
region that will house the environment.
|
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
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
ETCDIR/slapd.conf
|
ETCDIR/slapd.conf
|
||||||
|
@ -123,6 +123,11 @@ Note: changing index settings requires rebuilding indices, see
|
|||||||
Specify the file protection mode that newly created database
|
Specify the file protection mode that newly created database
|
||||||
index files should have.
|
index files should have.
|
||||||
The default is 0600.
|
The default is 0600.
|
||||||
|
.SH ACCESS CONTROL
|
||||||
|
The
|
||||||
|
.B ldbm
|
||||||
|
backend honors access control semantics as indicated in
|
||||||
|
.BR slapd.access (5).
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
ETCDIR/slapd.conf
|
ETCDIR/slapd.conf
|
||||||
|
@ -653,10 +653,10 @@ directory in the OpenLDAP source tree.
|
|||||||
The
|
The
|
||||||
.B sql
|
.B sql
|
||||||
backend honors access control semantics as indicated in
|
backend honors access control semantics as indicated in
|
||||||
.BR slapd.access (5),
|
.BR slapd.access (5)
|
||||||
including the
|
(including the
|
||||||
.B disclose
|
.B disclose
|
||||||
access privilege.
|
access privilege when enabled at compile time).
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user