From 3ead9d3140a7b60bd38c0240d4b588c4b9e07165 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 10 Apr 2005 16:06:45 +0000 Subject: [PATCH] complete access checking documentation --- doc/man/man5/slapd-bdb.5 | 8 +++++++- doc/man/man5/slapd-ldbm.5 | 5 +++++ doc/man/man5/slapd-sql.5 | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index a83d1902c1..bccb72d0fe 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -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 diff --git a/doc/man/man5/slapd-ldbm.5 b/doc/man/man5/slapd-ldbm.5 index f62d2e6cdc..3bff2270e2 100644 --- a/doc/man/man5/slapd-ldbm.5 +++ b/doc/man/man5/slapd-ldbm.5 @@ -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 diff --git a/doc/man/man5/slapd-sql.5 b/doc/man/man5/slapd-sql.5 index d7411e555f..aedf2de340 100644 --- a/doc/man/man5/slapd-sql.5 +++ b/doc/man/man5/slapd-sql.5 @@ -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 -- 2.39.5