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

From SME Server
Jump to navigationJump to search
Line 29: Line 29:
  
 
save changes.
 
save changes.
 +
 +
===Upgrading From A Previous Version===

Revision as of 09:18, 6 December 2012

Regarding admin (and other) password: Should we extend the current varning box with info about what caracters are allowed in passwords? According to bug 2006 that would be from decimal 33 to 126 in the ASCII table.

At the end of this page, we should show the "apply changes" screen and explain that the next step is to login as ADMIN not ROOT to further configure users, ibay shares, etc. This should be re-iterated at the beginning of Chapter 6. --Uniqsys 18:56, 14 May 2009 (UTC)

It has been in the manual already even highlighted as a tip box in chapter 6. Do we really need to show the apply screen? Wouldn't it be obvious enough? — Cactus (talk | contribs 08:10, 17 May 2009 (UTC)

Dialup phone numbers with # and * characters

Add to Admin manual Chapter 5 (refer bugzilla:4592

Section Configuring the Server for Server and Gateway Mode - Dialup Access

Add Warning: When entering your dialup phone number the default allowable character set does not include # and/or *. If your country uses dialup phone numbers with # and/or * you will need to edit the following script

nano /usr/lib/perl5/site_perl/esmith/console/configure.pm

Section


DIALUP_ACCESS_NUMBER:


Change line 1398 "if ($choice =~ /^[-,0-9]+$/)"

To "if ($choice =~ /^[-,\#\*0-9]+$/)"

Which allows '#' and '*' in the Dialup phone number

save changes.

Upgrading From A Previous Version