~ubuntu-branches/ubuntu/wily/nss-pam-ldapd/wily

« back to all changes in this revision

Viewing changes to man/nslcd.8.xml

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2013-05-05 20:00:00 UTC
  • mfrom: (16.1.6) (14.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130505200000-nhg39y204kr141mz
Tags: 0.8.13-1
* New upstream release
  - include an extra sanity check to ensure not too many file
    descriptors are open
  - fix handling of gid configuration option if it listed before the uid
    option
  - return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) buffer (thanks
    Jakub Hrozek)
  - provide an _nss_ldap_version symbol in the NSS module to help debug
    problems with a newer nslcd
  - retry updating the lastChange attribute with the normal nslcd LDAP
    connection if the update with the user's connection failed
  - avoid processing passwd_byuid requests for uids below nss_min_uid
  - fix a few minor or very unlikely to occur memory leaks
  - miscellaneous minor changes, fixes and compatibility improvements
* drop 01-fix-set-usec-instead-of-sec.patch which is part of 0.8.13
* remove compatibility code that converted nss-ldapd.conf to nslcd.conf
  for upgrading from pre-0.7 versions of nss-ldapd (thanks Dominik George)
* remove code for fixing permissions when upgrading from a pre-0.6.7.1
  version
* updated Turkish debconf translation by Atila KOÇ (closes: #701067)
* drop Richard A Nelson from uploaders
* add build dependency on autotools-dev to ensure config.sub and
  config.guess are automatically updated during build

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   nslcd.8.xml - docbook manual page for nslcd
7
7
 
8
8
   Copyright (C) 2006 West Consulting
9
 
   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
 
9
   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
10
10
 
11
11
   This library is free software; you can redistribute it and/or
12
12
   modify it under the terms of the GNU Lesser General Public
36
36
 <refmeta>
37
37
  <refentrytitle>nslcd</refentrytitle>
38
38
  <manvolnum>8</manvolnum>
39
 
  <refmiscinfo class="version">Version 0.8.10</refmiscinfo>
 
39
  <refmiscinfo class="version">Version 0.8.13</refmiscinfo>
40
40
  <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
41
 
  <refmiscinfo class="date">Jun 2012</refmiscinfo>
 
41
  <refmiscinfo class="date">May 2013</refmiscinfo>
42
42
 </refmeta>
43
43
 
44
44
 <refnamediv id="name">
45
45
  <refname>nslcd</refname>
46
 
  <refpurpose>local LDAP name service daemon.</refpurpose>
 
46
  <refpurpose>local LDAP name service daemon</refpurpose>
47
47
 </refnamediv>
48
48
 
49
49
 <refsynopsisdiv id="synopsis">
50
50
  <cmdsynopsis>
51
51
   <command>nslcd</command>
52
 
   <arg choice="opt">
53
 
    <replaceable>options</replaceable>
54
 
   </arg>
 
52
   <arg choice="opt"><replaceable>options</replaceable></arg>
55
53
  </cmdsynopsis>
56
54
 </refsynopsisdiv>
57
55
 
76
74
  <para>
77
75
  <command>nslcd</command> accepts the following options:</para>
78
76
  <variablelist remap="TP">
 
77
 
79
78
   <varlistentry id="check">
80
79
    <term>
81
 
     <option>-c, --check</option>
 
80
     <option>-c</option>, <option>--check</option>
82
81
    </term>
83
82
    <listitem>
84
83
     <para>
85
84
      Check if the daemon is running.
86
 
      This causes nslcd to return 0 if the daemon is already running and 1 if it is not.
 
85
      This causes <command>nslcd</command> to return 0 if the daemon is already running and 1 if it is not.
87
86
     </para>
88
87
    </listitem>
89
 
    </varlistentry>
90
 
    <varlistentry id="debug">
 
88
   </varlistentry>
 
89
 
 
90
   <varlistentry id="debug">
91
91
    <term>
92
 
     <option>-d, --debug</option>
 
92
     <option>-d</option>, <option>--debug</option>
93
93
    </term>
94
94
    <listitem>
95
95
     <para>
103
103
     </para>
104
104
    </listitem>
105
105
   </varlistentry>
 
106
 
106
107
   <varlistentry id="help">
107
108
    <term>
108
109
     <option>--help</option>
111
112
     <para>Display short help and exit.</para>
112
113
    </listitem>
113
114
   </varlistentry>
 
115
 
114
116
   <varlistentry id="version">
115
117
    <term>
116
 
     <option>-V, --version</option>
 
118
     <option>-V</option>, <option>--version</option>
117
119
    </term>
118
120
    <listitem>
119
121
     <para>Output version information and exit.</para>
120
122
    </listitem>
121
123
   </varlistentry>
 
124
 
122
125
  </variablelist>
123
126
 </refsect1>
124
127