diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-30 19:26:40 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-30 19:26:40 +0000 |
commit | f17407b7baba9198ecd8a467cbe39994d2955ad1 (patch) | |
tree | ed3950b57efca91a134898fc4130be4ee10e750c /usr.sbin/ldapd/ldapd.conf.5 | |
parent | 8d14703bd5414281e04301d2961bbb8b45280f37 (diff) |
Add a global root user that is allowed to read/write entries in all local
namespaces. Useful for dump/restore of all namespaces.
Diffstat (limited to 'usr.sbin/ldapd/ldapd.conf.5')
-rw-r--r-- | usr.sbin/ldapd/ldapd.conf.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/ldapd.conf.5 b/usr.sbin/ldapd/ldapd.conf.5 index d4c55ad995f..a4fff57b916 100644 --- a/usr.sbin/ldapd/ldapd.conf.5 +++ b/usr.sbin/ldapd/ldapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapd.conf.5,v 1.4 2010/06/29 22:39:47 jmc Exp $ +.\" $OpenBSD: ldapd.conf.5,v 1.5 2010/06/30 19:26:39 martinh Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 29 2010 $ +.Dd $Mdocdate: June 30 2010 $ .Dt LDAPD.CONF 5 .Os .Sh NAME @@ -114,6 +114,13 @@ The URL format has the following format: ldap://ldap.example.com ldaps://ldap.example.com:3890 .Ed +.It rootdn Ar dn +Specify the distinguished name of the root user for all namespaces. +The root user is always allowed to read and write entries in all +local namespaces. +.It rootpw Ar password +Password for the root user. +Specified either in plain text, or in hashed format. .It schema Ar filename Add schema definitions from the specified file. .El |