Koozali.org: home of the SME Server

Setting really easy passwords

Offline 123chris

  • 17
  • +0/-0
Setting really easy passwords
« on: June 29, 2007, 10:50:27 PM »
Hi all,

I am using SME 7.2 at home as a server-gateway for my family.

My family-members want to use easy passwords so I entered the magic code:
[root@sme ~]# db configuration setprop passwordstrength Users none

The server confirms it:
[root@sme ~]# db configuration getprop passwordstrength Users
none

But: after setting this the users still can't easy (=short) passwords. The server wants to have passwords with a minimum of seven characters. :cry:
I dont think this is normal. Am I doing something wrong or is this a bug.

Can anybody help please? :wink:

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Setting really easy passwords
« Reply #1 on: June 29, 2007, 11:15:33 PM »
Quote from: "123chris"
Hi all,

I am using SME 7.2 [..]


As we don't have a 7.2 release (final) could you please report bugs and potential bugs in the bug tracker. Thanks.

Before you do please make sure you haven't made a typo and tell us how you are setting the passwords.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline pfloor

  • ****
  • 889
  • +1/-0
Setting really easy passwords
« Reply #2 on: June 29, 2007, 11:17:28 PM »
This is normal.  pam_unix requires 7 characters so the password must be at least 7.  It can however be ANY seven characters even something like 1111111.

For details see http://bugs.contribs.org/show_bug.cgi?id=3039
In life, you must either "Push, Pull or Get out of the way!"

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Setting really easy passwords
« Reply #3 on: June 29, 2007, 11:20:35 PM »
123chris

> I am using SME 7.2 ....
> db configuration setprop passwordstrength Users none

That code looks correct.
On a sme 7.1.3 server I did
config setprop passwordstrength Users none

and I can enter a 3 character password.
As you are using sme v7.2 (which is still a pre release version for testing purposes) I suggest you lodge a bug report.

Edit: Just saw http://bugs.contribs.org/show_bug.cgi?id=3039
looks like 7 characters is required now in sme 7.2.
...

Offline 123chris

  • 17
  • +0/-0
Setting really easy passwords
« Reply #4 on: June 30, 2007, 10:27:52 AM »
Hi guys, thanks fot your replies.

I'll wait untill this bug is fixed.

Offline raem

  • *
  • 3,972
  • +4/-0
Setting really easy passwords
« Reply #5 on: June 30, 2007, 11:44:39 AM »
123chris

> I'll wait untill this bug is fixed

There's nothing to fix, it's a design limitation.
...