diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-29 21:23:14 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-29 21:23:14 +0000 |
commit | 85fde2d3c567d81843d489d89dc56de80875dbf5 (patch) | |
tree | 2aa0f976cdf009b1be03bef81469e7721fc351ea /usr.sbin | |
parent | 336be786f1e5b4fc168cb3ca29dc6a387e599af2 (diff) |
document the 'schema' keyword, and remove the placeholders for schema syntax
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ldapd/ldapd.conf.5 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.sbin/ldapd/ldapd.conf.5 b/usr.sbin/ldapd/ldapd.conf.5 index 8500b2d1274..b478f97475f 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.1 2010/05/31 17:36:31 martinh Exp $ +.\" $OpenBSD: ldapd.conf.5,v 1.2 2010/06/29 21:23:13 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: May 31 2010 $ +.Dd $Mdocdate: June 29 2010 $ .Dt LDAPD.CONF 5 .Os .Sh NAME @@ -100,6 +100,8 @@ Only secured connections accept plain text password authentication. Connections using TLS or unix domain sockets are always considered secured. The secure keyword can be used to mark an otherwise insecure connection secured, e.g. if IPsec is used. +.It schema Ar filename +Add schema definitions from the specified file. .El .Sh NAMESPACES A namespace is a subtree of the global X.500 DIT (Directory Information Tree), @@ -212,12 +214,6 @@ Typically used to allow users to modify their own data. Enable compression of entries and optionally specify compression level (0 - 9). By default, no compression is used. .El -.Sh ATTRIBUTE TYPES -.Pp -As defined in RFC4512... -.Sh OBJECTCLASSES -.Pp -As defined in RFC4512... .Sh FILES .Bl -tag -width "/etc/ldap/ldapd.confXXX" -compact .It Pa /etc/ldapd.conf |