Koozali.org: home of the SME Server
Other Languages => Deutsch => Topic started by: ameier on February 20, 2007, 05:38:51 PM
-
Hallo Zusammen,
nachdem ich dank einiger Forenmitglieder das Problem
mit meinen beiden 8169 GB Nics lösen konnte, ergab
sich ein neuer Rückschlag..........
Ich habe zum Test einen neuen User angelegt. Solange
das Passwort nicht geändert wird, ist der User gesperrt.
Gesagt getan........in der Oberfläche auf entsperren gegangen !
Leider kommt hier hierbei immer folgende Meldung, egal welches
Passwort ...........
Ihr Kennwort ist nicht gut genug. Ein gutes Kennwort sollte Grossbuchstaben, Kleinbuchstaben, Zahlen und nicht alphanumerische Zeichen beinhalten und mindestens 7 Zeichen lang sein.
Und ich habe einiges probiert.....
MfG
Andreas
-
Ihr Kennwort ist nicht gut genug. Ein gutes Kennwort sollte Grossbuchstaben, Kleinbuchstaben, Zahlen und nicht alphanumerische Zeichen beinhalten und mindestens 7 Zeichen lang sein.
Und ich habe einiges probiert.....
Ging mir ähnlich; ich hab dann irgendwann die Meldung für bare Münze genommen (sprich: das Passwort _sollte_ nicht einige, sondern muß alle aufgezählten Bedingungen erfüllen. Probiers mal mit
pPa$$worT1
- Groß
- Klein
- Zahlen
- Sonderzeichen
- > 7 Zeichen
... und gib mir Deine IP-Adresse ;-)
Gruß vom Spocht
-
Andreas,
Wird mal zeit die "password strength" zu aendern.
Schau mal : http://forums.contribs.org/index.php?topic=30353.0
Verzeih mein Deutsch, ich gebrauche meistens english.
Harro
NB: die link sprecht von Ibays, das Wiki artikel spricht auch von gebraucher
-
NB: die link sprecht von Ibays, das Wiki artikel spricht auch von gebraucher
Es gibt drei Items von dem mann die PasswordStrength einstellen kann: Users, Ibays and Admins.
-
the passwordstrength db has been setup to require the
following
Admin=strong
Ibays=strong
Users=strong
Before there were no password checks in place for any of
them.
The definition of each is as follows:
Strong - Must pass all default cracklib tests and all "normal" tests.
Normal - Must have at least 1 digit (\d), 1 upper ([A-Z]), 1
lower ([a-z]), 1 special char (\W) and be of length greater
than 6.
None - no password checking
The password you supplied for ibays needs to pass the
normal rules. It doesn't contain a special character. It might
however pass the strong (cracklib) test thought.
HOW TO CHANGE THE PASSWORD SETTINGS:
Let"s find out what db entry we need to modify:
[gordonr@six gordonr]$ sudo grep -i password /home/e-smith/db/configuration
DialupUserPassword=userpassword
PasswordSet=yes
passwordstrength=configuration|Admin|none|Ibays|none|User|none
sshd=service|PasswordAuthentication|yes|PermitRootLogin|yes|access|public|status|enabled
----Addition
Actually, that one is better written as:
sudo /sbin/e-smith/db configuration show | grep -i password
or, in a more compact, but less readable form:
sudo /sbin/e-smith/db configuration print | grep -i password
The DBs are currently text files, but it is possible they may not be at
some time in the future.
They are also very likely to be relocated from /home/e-smith.
The "db" and "config" commands will still work even if either/both of
these changes happen.
----
OK, so we want to modify the "passwordstrength" db entry, and the "User"
property of that.
Let"s "show" it first to see what the fields look like:
[gordonr@six gordonr]$ sudo /sbin/e-smith/db configuration show
passwordstrength
passwordstrength=configuration
Admin=none
Ibays=none
Users=none
Or, for the main "configuration" db, you can also use the "config" shortcut:
[gordonr@six gordonr]$ sudo /sbin/e-smith/config show passwordstrength
passwordstrength=configuration
Admin=none
Ibays=none
Users=none
Let"s show the individual property:
[gordonr@six gordonr]$ sudo /sbin/e-smith/db configuration getprop
passwordstrength Users
none
And now, let"s set the property to "strong":
[gordonr@six gordonr]$ sudo /sbin/e-smith/db configuration setprop
passwordstrength Users strong
And check it:
[gordonr@six gordonr]$ sudo /sbin/e-smith/db configuration getprop
passwordstrength Users
strong
Be careful - you can break things by setting the wrong
key/property/value in the config db.
The keys, property names and values are case sensitive. I"ve thought for a while that they shouldn"t be.
Gruß Michael
-
BTW, auch hier wirst Du fündig:
http://www.smesmith.de/doku/tipps.html
Tipp: "Passwörter werden vom SME 7 Server nicht akzeptiert"