Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: tonyw on February 26, 2006, 09:10:18 PM
-
SME 7 has more strict password rules for user accounts.
Is is possible to simplify the rules like in SME 6.01. i.e. just have a rule that the password has to have letters and numbers.
Alternatively be able to accept a password that does not comply, with a warning message.
-
You Bet! Just check this HowTo, its what I use:
Link Pops (http://no.longer.valid/phpwiki/index.php/SME%20Server%207%20password%20check%20and%20settings)
-
I am using SME Server 7.0pre4
Unable to change password strengths using article by Gordon Rowell "SME Server 7 password check and settings"
Have changed password level as a test to None:
[root@server ~]# sudo /sbin/e-smith/db configuration show passwordstrength
passwordstrength=configuration
Admin=None
Ibays=None
Users=None
But going into server manager after reboot still getting:
"Operation status report
ERROR: There was an error in the validation of this page. Please scroll down and find the specific problem"
"The password you provided was not a good password. A good password must contain all of the following: upper case letter, lower case letter, number, non-alphanumeric character, be at least 7 characters long."
When using low strength password "letmein" etc.
-
Have changed password level as a test to None:
[root@server ~]# sudo /sbin/e-smith/db configuration show passwordstrength
passwordstrength=configuration
Admin=None
Ibays=None
Users=None
It's because you have used a Upper case in None it should be "none"
-
byte
Sorted
Many thanks the tutorial used None and none!
Many thanks again
smallstool
Now if I could only get easydns to work :-D
-
Glad you got your problem resolved!
In the tutotial mentioned, None was only used in the 'definition' section where what "Strong, Normal, None" actually means.
In the actual example of what to do, it shows:
$ sudo /sbin/e-smith/db configuration show passwordstrength
passwordstrength=configuration
Admin=none
Ibays=none
Users=none
followed later by (to set strength to 'Strong')
$ sudo /sbin/e-smith/db configuration setprop passwordstrength Users strong
That's one of the traps of Linux, uppercase/lowercase differrences.
Cheers
Ian