Changes

Jump to navigation Jump to search
Line 408: Line 408:     
The issue seems to be with samba not SME. See [[Bugzilla:4961]] Privileges are assigned upon logon in Linux, hence the need to log out and then log in again to receive the newly created group's privileges.
 
The issue seems to be with samba not SME. See [[Bugzilla:4961]] Privileges are assigned upon logon in Linux, hence the need to log out and then log in again to receive the newly created group's privileges.
 +
 +
==Change Password Users==
 +
 +
If you want to change password to your users by the command Line instead of the user panel of SME Server you can do it like this.
 +
 +
perl -e "use esmith::util;esmith::util::setUserPassword( 'username', 'password');";  /sbin/e-smith/signal-event  password-modify username
 +
 +
run it for each user separately and replace
 +
username
 +
and
 +
password
 +
with the appropriate values for each of your users.
    
==Password Strength Checking==
 
==Password Strength Checking==

Navigation menu