diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-15 07:50:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-15 07:50:44 +0000 |
commit | c764f4f4bb63b00f9d7d202cfe41ed20a827d721 (patch) | |
tree | 8dccd407a799ac52ad7f42c2eb6ac24fb7d69240 /usr.sbin | |
parent | a565a4506a0127e84c3d430dd5165d866d713037 (diff) |
- no need to separate list items with .Pp
- sort
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index 415d44e8866..83a429f77d3 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.8 2008/10/14 23:05:37 deraadt Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.9 2008/10/15 07:50:43 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: October 14 2008 $ +.Dd $Mdocdate: October 15 2008 $ .Dt YPLDAP.CONF 5 .Os .Sh NAME @@ -101,7 +101,14 @@ Map the or .Xr group 5 attribute to the LDAP attribute name supplied. -.Pp +.It Ic binddn Ar string +Use the supplied credentials to bind to the directory. +.It Ic fixed attribute Ar attribute string +Do not retrieve the specified attribute from LDAP but +instead set it unconditionally to the supplied value for +every entry. +.It Ic group filter Ar string +Use the supplied LDAP filter to retrieve group entries. .It Xo .Ic list Ar name Ic maps to Ar string .Xc @@ -131,14 +138,6 @@ Valid attributes are: .It Ic groupgid .It Ic groupmembers .El -.It Ic binddn Ar string -Use the supplied credentials to bind to the directory. -.It Ic fixed attribute Ar attribute string -Do not retrieve the specified attribute from LDAP but -instead set it unconditionally to the supplied value for -every entry. -.It Ic group filter Ar string -Use the supplied LDAP filter to retrieve group entries. .It Ic passwd filter Ar string Use the supplied LDAP filter to retrieve password entries. .El |