openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 908917b1fdd4ed36c81cc40a0ddcc0f70cad2f67
parent 598a59555de88c4cb612a3f6476f4afa30779f77
Author: dankert <devnull@localhost>
Date:   Wed, 19 Nov 2003 22:18:44 +0100

LDAP-Server Host und Port

Diffstat:
doc/examples/config/config.ini.php | 48++++++++++++++++++++++++++----------------------
1 file changed, 26 insertions(+), 22 deletions(-)

diff --git a/doc/examples/config/config.ini.php b/doc/examples/config/config.ini.php @@ -2,13 +2,11 @@ ; <?php exit('direct access denied') ?> [database] +databases = TEST,CMSPROD,CMSLEER +;databases = TEST -count = 2 - -[database_1] - -name = FSTEST +[database_TEST] comment = "Testdatenbank MySQL" type = mysql user = cms @@ -18,16 +16,24 @@ database = cms prefix = persistent = yes +[database_CMSLEER] +comment = "Basis-DB MySQL" +type = mysql +user = cms +password = horst +host = :/var/run/mysqld/mysqld.sock +database = cmsleer +prefix = +persistent = no -[database_2] -name = FSTESTXXX -comment = "Testdatenbank MySQL persistent" +[database_CMSPROD] +comment = "Demo MySQL persistent" type = mysql user = cms password = horst host = 127.0.0.1 -database = cms +database = cmsprod prefix = persistent = yes @@ -45,16 +51,14 @@ debug = true - - [ldap] ; LDAP server hostname for password checking with this server -; If you want to use this method, you MUST set a LDAP-rdn for each user +; If you want to use this method, you simply set a LDAP-dn for that user ; Default: '' (blank) -; UNDER DEVELOPMENT! -host = "192.168.10.19" +host = "172.19.12.19" +port = "389"; @@ -69,14 +73,21 @@ dsn = "mysql://cms:horst@127.0.0.1/cms" db_sql = "select * from tablexy where user={user} and password={pw}" +[ftp] +asciimode = html,htm,php [global] +; needs the 2-letter ISO-Countrycode +default_language = de + ; --------------------------------------------------------------------- ; The title displayed in the title bar of your browser. ; Maybe you like to change it to something more friendly :-) -title = "Content Management System DaCMS'03" + + +title = "OpenRat" version = "0.1 cvs" ; --------------------------------------------------------------------- @@ -88,13 +99,6 @@ version = "0.1 cvs" ext = php ; --------------------------------------------------------------------- -; --------------------------------------------------------------------- -; Authorization method -; Can be one of "url", "cookie" or "http" -; at the moment, only "url" is supported -; --------------------------------------------------------------------- -auth = url -; --------------------------------------------------------------------- ; ---------------------------------------------------------------------