Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Swartkat on April 01, 2009, 09:36:19 PM

Title: Password stranth
Post by: Swartkat on April 01, 2009, 09:36:19 PM
Hey guys I'm a noob with the whole SME server, so far great but there is one thing, when i set the password strength to none for i bay and users, the i bay works but the users password strength doesn't change, i had to figure out a password like Aa1@23456 lol, just didn't wanted to take any other password. i got the new 7.4 if someone can just help me that would be awesome Thanks
Title: Re: Password stranth
Post by: mercyh on April 01, 2009, 09:41:12 PM
can you post the output of:
Code: [Select]
config show passwordstrength
You will still need 7 characters as documented here:

http://wiki.contribs.org/SME_Server:Documentation:FAQ#Password_Strength_Checking


Title: Re: Password stranth
Post by: Stefano on April 01, 2009, 09:43:49 PM
hi

welcome to the forum

please post the result of
Code: [Select]
config show passwordstrength

if you prefer, you can install a server-manager panel to set password strength and, eventually, password ageing..

Code: [Select]
yum --enablerepo=smecontribs install smeserver-password

as you are a new user of SME, I ask you to read carefully the documentation (link is above) and to use the search function before posting, as 99% of your questions have already been answered. :-)

thank you
Ciao
Stefano
Title: Re: Password stranth
Post by: Swartkat on April 01, 2009, 10:29:28 PM
Sorry you guys the thing is i have used more than 7 characters i even tried 123456789, doesn't take it. if there is no solution ill just make a clean installation. But first ill try the yam method

Thanks for the reply
Title: Re: Password stranth
Post by: Swartkat on April 01, 2009, 10:32:30 PM
/sbin/e-smith/db configuration setprop passwordstrength Users none
/sbin/e-smith/db configuration setprop passwordstrength Ibays none

The output
Title: Re: Password stranth
Post by: cactus on April 01, 2009, 10:55:29 PM
/sbin/e-smith/db configuration setprop passwordstrength Users none
/sbin/e-smith/db configuration setprop passwordstrength Ibays none

The output
No you were asked to show the output for the following command:
can you post the output of:
Code: [Select]
config show passwordstrength
Title: Re: Password strenth
Post by: Swartkat on April 01, 2009, 11:11:56 PM
Uhm sorry don't follow...javascript:void(0);, tel me the location and ill find it for you?
Title: Re: Password stranth
Post by: Swartkat on April 01, 2009, 11:27:56 PM
I googled it quickly, what is the difference between Users and users?

Admin= Strong
IBays= None
Users= Strong
users= None

so i set the users instead of Users? huh?
Title: Re: Password stranth
Post by: Swartkat on April 01, 2009, 11:32:12 PM
Ok got it to work, thanks anyways for the replies, but still would like to know the difference between Users and users

Regards
Swartkat
Title: Re: Password stranth
Post by: CharlieBrady on April 02, 2009, 12:57:28 AM
Ok got it to work, thanks anyways for the replies, but still would like to know the difference between Users and users

One capital letter. One is exactly the same as 'Users' which is the property value used by the SME server, and the other is not the same as 'users' and will therefore be ignored.

Not all the world is like Microsoft Windows, where Foo and foo are the same (mostly).

Title: Re: Password stranth
Post by: mercyh on April 02, 2009, 02:43:18 PM
I googled it quickly, what is the difference between Users and users?

Admin= Strong
IBays= None
Users= Strong
users= None

so i set the users instead of Users? huh?

That is the reason we asked for the output of the code we gave you. In linux almost everything is case sensitive. When you originally tried to change password strength you issued the command: config setprop passwordstrength users None
instead of: config setprop passwordstrength Users None.

This is not an uncommon error to make.