fhiiqm/inc/conf.inc.php
author Bettina Schwarzer
Thu, 12 Sep 2013 09:04:56 +0200
changeset 40 6f4b105daa24
parent 1 6288d5685bff
child 43 70cea8f0e807
permissions -rw-r--r--
+Keytyp Korrekturen, LDAP Authentifizierung

<?php

/**
 * @author B.Schwarzer, Fritz-Haber-Institut
 * @copyright 05/2011
 */

//global $config; // wenn so vereinbart, dann ueberall sichtbar

$config = array(
// DB Verbindung
        "server"=>"achilleus",
//        "server"=>"localhost",
        "user"=>"www",
        "passwort"=>"fhiiqm",
        "dbname"=>"fhiiqm",
        "dbtyp"=>"mysql"
                );
                
$confr = array(
        "server" => "reload",
        "user" => "telefon",
        "passwort" => "telefon",
        "dbname" => "fhi");
                
        $ldaprdn = "cn=admin,dc=rz-berlin,dc=mpg,dc=de";
        $ldappwd = 'ooboot';
?>