~ubuntu-branches/ubuntu/quantal/shadow/quantal

« back to all changes in this revision

Viewing changes to man/login.defs.d/UMASK.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-11-24 13:42:42 UTC
  • mfrom: (1.1.9 upstream) (18.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101124134242-832f4tew5s81ntj7
Tags: 1:4.1.4.2+svn3283-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/{source_shadow.py,rules}: Add apport hook
  - debian/rules: fix FTBFS from newer libtools
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    </para>
42
42
    <para condition="no_pam">
43
43
      It is also used by <command>login</command> to define users' initial
44
 
      umask.  Note that this mask can be overriden by the user's GECOS
 
44
      umask.  Note that this mask can be overridden by the user's GECOS
45
45
      line (if <option>QUOTAS_ENAB</option> is set) or by the
46
46
      specification of a limit with the <emphasis>K</emphasis> identifier
47
47
      in <citerefentry><refentrytitle>limits</refentrytitle>
48
48
      <manvolnum>5</manvolnum></citerefentry>.
49
49
    </para>
 
50
    <para condition="pam">
 
51
      It is also used by <command>pam_umask</command> as the default umask
 
52
      value.
 
53
    </para>
50
54
  </listitem>
51
55
</varlistentry>