Changes

Jump to navigation Jump to search
Blanked the page
Line 1: Line 1: −
Regarding admin (and other) password: Should we extend the current varning box with info about what caracters are allowed in passwords? According to [http://bugs.contribs.org/show_bug.cgi?id=2006#c16 bug 2006] that would be from decimal 33 to 126 in the [http://en.wikipedia.org/wiki/Ascii#ASCII_printable_characters 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. --[[User:Uniqsys|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? <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 08:10, 17 May 2009 (UTC)
  −
  −
  −
===Installing the Software===
  −
Note to be added under this section http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter5#Installing_the_Software
  −
{{Note box|[[bugzilla 6401]] If your cdrom is set as hda then the following error message may appear in the console during startup}}
  −
  −
  −
====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===
  −
  −
Add warning
  −
  −
Before performing an upgrade to SME 8 from version 7.xx you need to fully update the installation of
  −
version 7.xx before attempting the upgrade.
 

Navigation menu