~ubuntu-branches/ubuntu/natty/pam/natty-security

« back to all changes in this revision

Viewing changes to doc/sag/pam_pwhistory.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-08-26 00:40:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826004014-qsd46mostuyljeqp
Tags: 1.1.0-1ubuntu1
* Merge from Debian, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's not
    present there or in /etc/security/pam_env.conf. (should send to Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-no-error-if-missingok: add a new, magic
    module option 'missingok' which will suppress logging of errors by
    libpam if the module is not found.
  - debian/patches-applied/ubuntu-regression_fix_securetty: prompt for
    password on bad username.
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/local/common-password, debian/pam-configs/unix: switch from
    "md5" to "sha512" as password crypt default.
  - Make libpam-modules depend on base-files (>= 5.0.0ubuntu6), to ensure
    run-parts does the right thing in /etc/update-motd.d.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent showing
    it again.
  - debian/local/common-{auth,account,password}.md5sums: include the
    Ubuntu-specific intrepid,jaunty md5sums for use during the
    common-session-noninteractive upgrade.
* Dropped changes, superseded upstream:
  - debian/patches-applied/ubuntu-fix_standard_types: Use standard u_int8_t
    type rather than __u8.
  - debian/patches-applied/ubuntu-user_defined_environment: Look at
    ~/.pam_environment too, with the same format as
    /etc/security/pam_env.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 
3
        "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
 
4
<section id='sag-pam_pwhistory'>
 
5
  <title>pam_pwhistory - grant access using .pwhistory file</title>
 
6
  <cmdsynopsis>
 
7
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
8
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//cmdsynopsis[@id = "pam_pwhistory-cmdsynopsis"]/*)'/>
 
9
  </cmdsynopsis>
 
10
  <section id='sag-pam_pwhistory-description'>
 
11
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
12
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-description"]/*)'/>
 
13
  </section>
 
14
  <section id='sag-pam_pwhistory-options'>
 
15
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
16
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-options"]/*)'/>
 
17
  </section>
 
18
  <section id='sag-pam_pwhistory-types'>
 
19
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
20
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-types"]/*)'/>
 
21
  </section>
 
22
  <section id='sag-pam_pwhistory-return_values'>
 
23
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
24
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-return_values"]/*)'/>
 
25
  </section>
 
26
  <section id='sag-pam_pwhistory-files'>
 
27
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
28
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-files"]/*)'/>
 
29
  </section>
 
30
  <section id='sag-pam_pwhistory-examples'>
 
31
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
32
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-examples"]/*)'/>
 
33
  </section>
 
34
  <section id='sag-pam_pwhistory-author'>
 
35
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 
36
     href="../../modules/pam_pwhistory/pam_pwhistory.8.xml" xpointer='xpointer(//refsect1[@id = "pam_pwhistory-author"]/*)'/>
 
37
  </section>
 
38
</section>