~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-updates

« back to all changes in this revision

Viewing changes to man/pam_ldap.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-07-03 17:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100703170000-qjnaavp1wx04z4ew
Tags: 0.7.7
* don't use use_authtok for password modification by default
* fine-tune pam-auth-update configuration after discussion with Steve
  Langasek (see: #583492)
  Note that this currently requires that shadow information is also provided
  by LDAP (in /etc/nsswitch.conf).
* ensure that nslcd is started after hostname lookups are available so
  getting to the LDAP server via DNS will work (patch by Petter
  Reinholdtsen) (closes: #585968)
* start k5start from the init script to keep the Kerberos ticket active if
  nslcd is configured for SASL GSSAPI Kerberos authentication, based on a
  patch by Daniel Dehennin (closes: #585639)
* upgrade to standards-version 3.9.0 (switch to Breaks/Replaces instead of
  Conflicts)
* refactoring and simplification of PAM module which also improves logging
* implement a nullok PAM option and disable empty passwords by default
* portability improvements and other minor code improvements
* the mechanism to disable name lookups through LDAP from within the nslcd
  process has been improved
* the undocumented use_sasl option has been removed (specifying sasl_mech
  now implies use_sasl)
* the sasl_mech, sasl_realm, sasl_authcid, sasl_authzid and sasl_secprops
  configuration options are now documented

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 <refmeta>
36
36
  <refentrytitle>pam_ldap</refentrytitle>
37
37
  <manvolnum>8</manvolnum>
38
 
  <refmiscinfo class="version">Version 0.7.6</refmiscinfo>
 
38
  <refmiscinfo class="version">Version 0.7.7</refmiscinfo>
39
39
  <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
40
 
  <refmiscinfo class="date">May 2010</refmiscinfo>
 
40
  <refmiscinfo class="date">Jul 2010</refmiscinfo>
41
41
 </refmeta>
42
42
 
43
43
 <refnamediv id="name">
90
90
   </varlistentry>
91
91
   <varlistentry>
92
92
    <term>
 
93
     <option>nullok</option>
 
94
    </term>
 
95
    <listitem>
 
96
     <para>
 
97
      Specifying this option allows users to log in with a blank password.
 
98
      Normally logins without a password are denied.
 
99
     </para>
 
100
    </listitem>
 
101
   </varlistentry>
 
102
   <varlistentry>
 
103
    <term>
93
104
     <option>ignore_unknown_user</option>
94
105
    </term>
95
106
    <listitem>