diff options
author | Christoph Zauner <christoph.zauner@sernet.de> | 2008-06-11 15:15:22 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-12 09:28:17 +0200 |
commit | 766f780cda9e86e822ade253a6f1f4e84e20be5e (patch) | |
tree | f662dd12385908bb918dca143f9e1fc4875c7df6 /docs-xml/smbdotconf/security | |
parent | e9b855a103faebb93f454507e79474a1d0217e20 (diff) | |
download | samba-766f780cda9e86e822ade253a6f1f4e84e20be5e.tar.gz samba-766f780cda9e86e822ade253a6f1f4e84e20be5e.tar.bz2 samba-766f780cda9e86e822ade253a6f1f4e84e20be5e.zip |
man pages: Added improvements.
(This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
Diffstat (limited to 'docs-xml/smbdotconf/security')
-rw-r--r-- | docs-xml/smbdotconf/security/checkpasswordscript.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/security/checkpasswordscript.xml b/docs-xml/smbdotconf/security/checkpasswordscript.xml index 9169891c29..152632ce5f 100644 --- a/docs-xml/smbdotconf/security/checkpasswordscript.xml +++ b/docs-xml/smbdotconf/security/checkpasswordscript.xml @@ -5,14 +5,15 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>The name of a program that can be used to check password - complexity. The password is sent to the program's standrad input.</para> + complexity. The password is sent to the program's standard input.</para> - <para>The program must return 0 on good password any other value otherwise. - In case the password is considered weak (the program do not return 0) the + <para>The program must return 0 on a good password, or any other value + if the password is bad. + In case the password is considered weak (the program does not return 0) the user will be notified and the password change will fail.</para> - <para>Note: In the example directory there is a sample program called crackcheck - that uses cracklib to checkpassword quality.</para> + <para>Note: In the example directory is a sample program called <command moreinfo="none">crackcheck</command> + that uses cracklib to check the password quality.</para> </description> |