From 18926ba2a2fc1aa967d70bf2db9ceafe720c702e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 7 Jan 2005 09:54:41 +0000 Subject: forgot to add docs for this new parameter (This used to be commit 262449d3975055ca5329bbfc833c5fa05d96b94c) --- docs/smbdotconf/security/checkpasswordscript.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/smbdotconf/security/checkpasswordscript.xml (limited to 'docs/smbdotconf/security/checkpasswordscript.xml') diff --git a/docs/smbdotconf/security/checkpasswordscript.xml b/docs/smbdotconf/security/checkpasswordscript.xml new file mode 100644 index 0000000000..f0d45ae378 --- /dev/null +++ b/docs/smbdotconf/security/checkpasswordscript.xml @@ -0,0 +1,21 @@ + + + The name of a program that can be used to check password + complexity. The password is sent to the program's standrad input. + + 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 + user will be notified and the password change will fail. + + Note: In the example directory there is a sample program called crackcheck + that uses cracklib to checkpassword quality. + + + +Disabled +check password script = /usr/local/sbin/crackcheck + -- cgit