Koozali.org: home of the SME Server

Password stranth

Offline Swartkat

  • *
  • 6
  • +0/-0
Password stranth
« 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

Offline mercyh

  • *
  • 824
  • +0/-0
    • http://mercyh.org
Re: Password stranth
« Reply #1 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



Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Password stranth
« Reply #2 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

Offline Swartkat

  • *
  • 6
  • +0/-0
Re: Password stranth
« Reply #3 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

Offline Swartkat

  • *
  • 6
  • +0/-0
Re: Password stranth
« Reply #4 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

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Password stranth
« Reply #5 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Swartkat

  • *
  • 6
  • +0/-0
Re: Password strenth
« Reply #6 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?

Offline Swartkat

  • *
  • 6
  • +0/-0
Re: Password stranth
« Reply #7 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?

Offline Swartkat

  • *
  • 6
  • +0/-0
Re: Password stranth
« Reply #8 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

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Password stranth
« Reply #9 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).

« Last Edit: April 02, 2009, 12:59:15 AM by CharlieBrady »

Offline mercyh

  • *
  • 824
  • +0/-0
    • http://mercyh.org
Re: Password stranth
« Reply #10 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.