Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: 123chris on June 29, 2007, 10:50:27 PM

Title: Setting really easy passwords
Post by: 123chris 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:
Title: Re: Setting really easy passwords
Post by: byte 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.
Title: Setting really easy passwords
Post by: pfloor 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
Title: Re: Setting really easy passwords
Post by: raem 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.
Title: Setting really easy passwords
Post by: 123chris on June 30, 2007, 10:27:52 AM
Hi guys, thanks fot your replies.

I'll wait untill this bug is fixed.
Title: Setting really easy passwords
Post by: raem 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.