summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-18 22:34:30 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-18 22:34:30 +0000
commitfde5e0ece1377fa1ed09fe4a601e4e18767174bd (patch)
treeed5e66d7b33f5da4d64d7af185f4e0a68bc0ab55
parent014852c4b00fc8c85789a78c2cfa83928c199d65 (diff)
add initial nslcd manual page
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@178 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--Makefile.am4
-rw-r--r--nslcd.854
2 files changed, 56 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 566ef4e..b9a7984 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
SUBDIRS = nss server tests
-man_MANS = nss_ldap.5
+dist_man_MANS = nss_ldap.5 nslcd.8
DEBIAN_FILES = debian/changelog debian/compat debian/control \
debian/copyright debian/rules \
@@ -37,7 +37,7 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \
debian/po/POTFILES.in
EXTRA_DIST = ldap.conf nslcd.h nslcd-common.h \
- nss_ldap.5 $(DEBIAN_FILES)
+ $(DEBIAN_FILES)
NSS_LDAP_PATH_CONF = @NSS_LDAP_PATH_CONF@
diff --git a/nslcd.8 b/nslcd.8
new file mode 100644
index 0000000..5812975
--- /dev/null
+++ b/nslcd.8
@@ -0,0 +1,54 @@
+.\" Copyright (C) 2006 West Consulting
+.\" Copyright (C) 2006 Arthur de Jong
+.\"
+.\" This library is free software; you can redistribute it and/or
+.\" modify it under the terms of the GNU Library General Public
+.\" License as published by the Free Software Foundation; either
+.\" version 2 of the License, or (at your option) any later version.
+.\"
+.\" This library is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+.\" Library General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU Library General Public
+.\" License along with this library; if not, write to the Free
+.\" Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+.\" MA 02110-1301 USA
+.TH "nslcd" "8" "Dec 2006" "Version 0.1.0" "System Manager's Manual"
+.nh
+.SH "NAME"
+nslcd \- local LDAP name service daemon.
+.SH "SYNOPSIS"
+.B nslcd
+.RI [ options ]
+.SH "DESCRIPTION"
+\fBnslcd\fP is a daemon that will do LDAP queries for local processes based on a simple configuration file.
+
+\fBnslcd\fP is configured through a configuration file (see
+.BR libnss\-ldapd.conf(5)
+).
+
+See the README for information on configuring the LDAP server.
+.SH "OPTIONS"
+\fBnslcd\fP accepts the following options:
+.TP
+.B \-d, \-\-debug
+Enable debugging mode.
+\fBnslcd\fP will not put itself in the background and sends verbose debugging info to stderr.
+\fBnslcd\fP will handle connections as usual.
+This option is for debugging purposes only.
+.TP
+.B \-\-help
+Display short help and exit.
+.TP
+.B \-V, \-\-version
+Output version information and exit.
+.SH "SEE ALSO"
+.BR libnss\-ldapd.conf(5)
+.SH "FILES"
+/etc/libnss\-ldapd.conf \- the configuration file (see
+.BR libnss\-ldapd.conf(5)
+)
+.SH "AUTHOR"
+Arthur de Jong <arthur@ch.tudelft.nl>.