Difference between revisions of "Password Strength"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
SME Server Version 7 Password Strength
 
SME Server Version 7 Password Strength
 
'''(and be very careful with the case)'''
 
  
 
[http://wiki.contribs.org/SME_Server:Documentation:FAQ#Password_Strength_Checking Also see Password Strength Checking in SME Server Documentation]
 
[http://wiki.contribs.org/SME_Server:Documentation:FAQ#Password_Strength_Checking Also see Password Strength Checking in SME Server Documentation]
Line 16: Line 14:
  
 
To set the password strength level desired, enter:
 
To set the password strength level desired, enter:
 +
 +
'''(and be very careful with the case)'''
  
 
     /sbin/e-smith/db configuration setprop passwordstrength Users none
 
     /sbin/e-smith/db configuration setprop passwordstrength Users none

Revision as of 13:46, 19 February 2008

SME Server Version 7 Password Strength

Also see Password Strength Checking in SME Server Documentation

SME 7 has a new configuration option for password strength requirements. The default setting requires strong passwords for all three password categories:

   * Admin
   * Information Bays
   * Users

To check the current settings for password strength requirements, (as root) enter:

   /sbin/e-smith/db configuration show passwordstrength

To set the password strength level desired, enter:

(and be very careful with the case)

   /sbin/e-smith/db configuration setprop passwordstrength Users none

This example turns off password strength requirements for users.

Choose between:

   * strong
   * normal
   * none