diff options
author | John Terpstra <jht@samba.org> | 2005-07-08 06:30:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:03 -0500 |
commit | 67f04891277c7a7d40e15ee7e942a514ffa71719 (patch) | |
tree | a558873ab2ebed3b3736a6c41deb1fd24bfb8011 /docs/Samba3-HOWTO/TOSHARG-PAM.xml | |
parent | e6e86156cbc4e953b93541edf48144fd75a9590d (diff) | |
download | samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.gz samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.bz2 samba-67f04891277c7a7d40e15ee7e942a514ffa71719.zip |
Last PHPTR edits.
(This used to be commit 67668e23766dec799f95a64a94f553ad31db50e6)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-PAM.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-PAM.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-PAM.xml b/docs/Samba3-HOWTO/TOSHARG-PAM.xml index dd9197d96a..072e88a5ba 100644 --- a/docs/Samba3-HOWTO/TOSHARG-PAM.xml +++ b/docs/Samba3-HOWTO/TOSHARG-PAM.xml @@ -790,9 +790,9 @@ Options recognized by this module are shown in <link linkend="smbpassoptions">ne <entry>Like try_first_pass, but *fail* if the new PAM_AUTHTOK has not been previously set (intended for stacking password modules only).</entry></row> <row><entry>not_set_pass</entry><entry>Do not make passwords used by this module available to other modules.</entry></row> <row><entry>nodelay</entry><entry>dDo not insert ~1-second delays on authentication failure.</entry></row> - <row><entry>nullok</entry><entry>nNull passwords are allowed.</entry></row> + <row><entry>nullok</entry><entry>Null passwords are allowed.</entry></row> <row><entry>nonull</entry><entry>Null passwords are not allowed. Used to override the Samba configuration.</entry></row> - <row><entry>migrate</entry><entry>oOnly meaningful in an <quote>auth</quote> context; used to update smbpasswd file with a password used for successful authentication.</entry></row> + <row><entry>migrate</entry><entry>Only meaningful in an <quote>auth</quote> context; used to update smbpasswd file with a password used for successful authentication.</entry></row> <row><entry>smbconf=<replaceable>file</replaceable></entry><entry>Specify an alternate path to the &smb.conf; file.</entry></row> </tbody> </tgroup> |