diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-16 08:27:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-16 08:27:21 +0000 |
commit | aca708e8168af5b3c23d27d38a96004d7fdb6e09 (patch) | |
tree | 4f519a96516d666bcbe5e4c8e0fb39fafe66358f /usr.sbin | |
parent | e3fafbc2ee2eedb6d2faad5f5ca3eb5eaef93754 (diff) |
- use .Pp, not blank lines
- format some text to avoid line wrapping
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index 20300925e74..eb30ba0b955 100644 --- a/usr.sbin/ypldap/ypldap.conf.5 +++ b/usr.sbin/ypldap/ypldap.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypldap.conf.5,v 1.12 2009/02/15 21:57:27 aschrijver Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.13 2009/02/16 08:27:20 jmc Exp $ .\" .\" Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 15 2009 $ +.Dd $Mdocdate: February 16 2009 $ .Dt YPLDAP.CONF 5 .Os .Sh NAME @@ -147,10 +147,13 @@ Use the supplied LDAP filter to retrieve password entries. .El .Sh DIRECTORY EXAMPLE This configuration searches the LDAP directory 127.0.0.1 for users and groups. -On the LDAP side the RFC 2307 object classes posixAccount and posixGroup are used. -In this example the attributes are either mapped to their corresponding LDAP attributes or a fixed value. -A list directive is used for the groupmembers attribute because the ldap memberUid returns multiple group members. - +On the LDAP side the RFC 2307 object classes posixAccount and posixGroup +are used. +In this example the attributes are either mapped to +their corresponding LDAP attributes or a fixed value. +A list directive is used for the groupmembers attribute +because the ldap memberUid returns multiple group members. +.Pp .Bd -literal -offset indent directory "127.0.0.1" { # directory options |