svn commit: samba-docs r319 - in trunk/smbdotconf/security: .

idra at samba.org idra at samba.org
Fri Jan 7 09:54:41 GMT 2005


Author: idra
Date: 2005-01-07 09:54:41 +0000 (Fri, 07 Jan 2005)
New Revision: 319

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=319

Log:
forgot to add docs for this new parameter
Added:
   trunk/smbdotconf/security/checkpasswordscript.xml


Changeset:
Added: trunk/smbdotconf/security/checkpasswordscript.xml
===================================================================
--- trunk/smbdotconf/security/checkpasswordscript.xml	2005-01-05 03:19:34 UTC (rev 318)
+++ trunk/smbdotconf/security/checkpasswordscript.xml	2005-01-07 09:54:41 UTC (rev 319)
@@ -0,0 +1,21 @@
+<samba:parameter name="check password script"
+                 context="G"
+				 type="string"
+                 advanced="1" developer="1"
+                 xmlns:samba="http://samba.org/common">
+<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>
+ 
+    <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
+    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>.
+
+</description>
+
+<value type="default">Disabled</value>
+<value type="example">check password script = /usr/local/sbin/crackcheck</value>
+</samba:parameter>



More information about the samba-cvs mailing list