nss-pam-ldapd commit: r1804 - nss-pam-ldapd/man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1804 - nss-pam-ldapd/man
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1804 - nss-pam-ldapd/man
- Date: Sun, 21 Oct 2012 15:46:36 +0200 (CEST)
Author: arthur
Date: Sun Oct 21 15:46:35 2012
New Revision: 1804
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1804&view=revision
Log:
make a pynslcd manual page and install it if pynslcd is enabled (and small fix
in nslcd manual page)
Added:
nss-pam-ldapd/man/pynslcd.8.xml
- copied, changed from r1802, nss-pam-ldapd/man/nslcd.8.xml
Modified:
nss-pam-ldapd/man/Makefile.am
nss-pam-ldapd/man/nslcd.8.xml
Modified: nss-pam-ldapd/man/Makefile.am
==============================================================================
--- nss-pam-ldapd/man/Makefile.am Fri Oct 19 22:34:21 2012 (r1803)
+++ nss-pam-ldapd/man/Makefile.am Sun Oct 21 15:46:35 2012 (r1804)
@@ -19,7 +19,7 @@
dist_man_MANS = nslcd.conf.5 nslcd.8
-EXTRA_DIST = nslcd.conf.5.xml nslcd.8.xml pam_ldap.8.xml
+EXTRA_DIST = nslcd.conf.5.xml nslcd.8.xml pam_ldap.8.xml pynslcd.8.xml
# ensure that the pam_ldap manpage is always built but only installed
# if the PAM module is built
@@ -30,6 +30,14 @@
noinst_DATA = pam_ldap.8
endif
+# ensure that pynslcd manpage is installed when pynslcd is built
+if ENABLE_PYNSLCD
+dist_man_MANS += pynslcd.8
+else
+EXTRA_DIST += pynslcd.8
+noinst_DATA = pynslcd.8
+endif
+
if GENMAN
MAINTAINERCLEANFILES = $(dist_man_MANS)
Modified: nss-pam-ldapd/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.8.xml Fri Oct 19 22:34:21 2012 (r1803)
+++ nss-pam-ldapd/man/nslcd.8.xml Sun Oct 21 15:46:35 2012 (r1804)
@@ -83,7 +83,7 @@
<listitem>
<para>
Check if the daemon is running.
- This causes nslcd to return 0 if the daemon is already running and 1 if
it is not.
+ This causes <command>nslcd</command> to return 0 if the daemon is
already running and 1 if it is not.
</para>
</listitem>
</varlistentry>
Copied and modified: nss-pam-ldapd/man/pynslcd.8.xml (from r1802,
nss-pam-ldapd/man/nslcd.8.xml)
==============================================================================
--- nss-pam-ldapd/man/nslcd.8.xml Sun Oct 14 23:07:34 2012 (r1802,
copy source)
+++ nss-pam-ldapd/man/pynslcd.8.xml Sun Oct 21 15:46:35 2012 (r1804)
@@ -3,10 +3,9 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<!--
- nslcd.8.xml - docbook manual page for nslcd
+ pynslcd.8.xml - docbook manual page for pynslcd
- Copyright (C) 2006 West Consulting
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+ Copyright (C) 2012 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -24,7 +23,7 @@
02110-1301 USA
-->
-<refentry id="nslcd8">
+<refentry id="pynslcd8">
<refentryinfo>
<author>
@@ -34,7 +33,7 @@
</refentryinfo>
<refmeta>
- <refentrytitle>nslcd</refentrytitle>
+ <refentrytitle>pynslcd</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class="version">Version 0.8.11</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
@@ -42,13 +41,13 @@
</refmeta>
<refnamediv id="name">
- <refname>nslcd</refname>
+ <refname>pynslcd</refname>
<refpurpose>local LDAP name service daemon.</refpurpose>
</refnamediv>
<refsynopsisdiv id="synopsis">
<cmdsynopsis>
- <command>nslcd</command>
+ <command>pynslcd</command>
<arg choice="opt">
<replaceable>options</replaceable>
</arg>
@@ -58,12 +57,12 @@
<refsect1 id="description">
<title>Description</title>
<para>
- <command>nslcd</command> is a daemon that will do LDAP queries for local
+ <command>pynslcd</command> is a daemon that will do LDAP queries for local
processes that want to do user, group and other naming lookups (NSS) or do
user authentication, authorisation or password modification (PAM).
</para>
<para>
- <command>nslcd</command> is configured through a configuration file
+ <command>pynslcd</command> is configured through a configuration file
(see
<citerefentry><refentrytitle>nslcd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
</para>
<para>
@@ -74,7 +73,7 @@
<refsect1 id="options">
<title>Options</title>
<para>
- <command>nslcd</command> accepts the following options:</para>
+ <command>pynslcd</command> accepts the following options:</para>
<variablelist remap="TP">
<varlistentry id="check">
<term>
@@ -83,7 +82,7 @@
<listitem>
<para>
Check if the daemon is running.
- This causes nslcd to return 0 if the daemon is already running and 1 if
it is not.
+ This causes <command>pynslcd</command> to return 0 if the daemon is
already running and 1 if it is not.
</para>
</listitem>
</varlistentry>
@@ -94,9 +93,9 @@
<listitem>
<para>
Enable debugging mode.
- <command>nslcd</command> will not put itself in the background and sends
+ <command>pynslcd</command> will not put itself in the background and
sends
verbose debugging info to stderr.
- <command>nslcd</command> will handle connections as usual.
+ <command>pynslcd</command> will handle connections as usual.
This option is for debugging purposes only.
Specify this option multiple times to also include more detailed logging
from the LDAP library.
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1804 - nss-pam-ldapd/man,
Commits of the nss-pam-ldapd project