[cvs] [Wiki] changed: FAQ/Admin/Config

Chuck Hagenbuch chuck at horde.org
Sat Feb 17 10:08:08 PST 2007


chuck  Sat, 17 Feb 2007 10:08:08 -0800

Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision:  4.10
Change log:  remove references to troll, really fix initial user script path/name

@@ -18,18 +18,18 @@
  <code>
  http://webmail.example.com/horde/imp/
  </code>
  
-If offering multiple Horde components -- say, IMP and Troll -- one often wants to have
+If offering multiple Horde components -- say, IMP and Kronolith -- one often wants to have
  
  <code>
  http://horde.example.com/mail/
  </code>
  
  and
  
  <code>
-http://horde.example.com/usenet/
+http://horde.example.com/calendar/
  </code>
  
  instead of the longer versions with the {{/horde/}} component.
  
@@ -212,15 +212,13 @@
  
  In most cases, you will want to use an existing user database. If not, you will need to create a new user database of some sort on your own.
  
  Once you know what type of user database you want to use, you must configure Horde and possibly some other Horde applications (like IMP, gollem, etc) to use that authentication source. For Horde, you do this in the files {{horde/config/horde.php}} and {{horde/config/registry.php}}. If you choose to use IMP to authenticate users (e.g. by having IMP log into the IMAP or POP3 server) you must configure {{horde/imp/config/servers.php}} appropriately also.
-
-Note: the **admin** user which is sometimes referred to in the mailing lists **ONLY** applies to the latest development version (CVS HEAD version) and **IS NOT** available in the release versions.
  
  Some special notes for some of the authentication methods are:
  
  * If using the sql backend with the {{horde_users}} table, the password must be in md5() format (and not the !MySQL password() format, for example).
-* CVS HEAD versions provide a script {{horde/scripts/sql/auth_initial_user.sql}} which will create an initial admin user for sql authentication. This can be used to login and configure the system. If you use this, be sure to change it as soon as possible so it does not become a security risk.
+* CVS HEAD versions provide a script {{horde/scripts/sql/script.initial_horde_user.sql}} which will create an initial admin user for sql authentication. This can be used to login and configure the system. If you use this, be sure to change it as soon as possible so it does not become a security risk.
  * If using IMAP authentication, see the comments in {{horde/imp/config/servers.php}} for options you may need to specify.
  
  +++ What are the default user name and password for the administrator?
  There are none. Since Horde supports a broad variety of different authentication backends and you are free to choose any of them for your Horde installation, the selected backend decides which are valid login credentials. And we we didn't add an authentication independant backdoor to Horde, for obvious reasons.


More information about the cvs mailing list