Difference between revisions of "SME Server talk:Documentation:Administration Manual:Chapter9"

From SME Server
Jump to navigationJump to search
(Blanked the page)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
I suppose it will be great to have also one note into '''Practical usage guidelines''' about removing the default SME server behaviour to auto create pseudonyms
 
 
I propose:
 
 
 
 
In this scenario (multiple domains) You probably will not need any more the auto creation of pseudonyms
 
To achieve this comment with an # at beginning the line 793 into /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm
 
 
the line should be like
 
 
#    $accountdb->create_user_auto_pseudonyms($acctName);
 
 
--[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 01:41, 12 July 2013 (MDT) we ought to add this mentions
 
The following settings are available to specify the password strength on SME Server:
 
 
{|
 
! setting explanation
 
!
 
|-
 
| ''strong''
 
| The password is passed through Cracklib for dictionary type word checking as well as requiring upper case, lower case, number, non alpha and a mimimum length of 7 characters.
 
|-
 
| ''normal''
 
| The password requires upper case, lower case, number, non alpha and a minimum length of 7 characters.
 
|-
 
| ''none''
 
| The password can be anything as no checking is done.
 
Please note that "none" does not mean no password, it just means no password strength checking, so you can enter any (weak) password you want as long as it is at least 7 characters long.
 
|}
 

Latest revision as of 23:19, 29 July 2013