. */ #################################################################### # This file should be renamed to config.php and filled in with the # # correct data. # #################################################################### // Secret: used to encrypt certain data define("SECRET", ""); // Random string // MySQL server define("MYSQL_HOST", "localhost"); // host name define("MYSQL_USER", ""); // user name define("MYSQL_PASS", ""); // password define("MYSQL_DB", ""); // database // MySQL AB server define("MYSQL_AB_HOST", "localhost"); // host name define("MYSQL_AB_USER", ""); // user name define("MYSQL_AB_PASS", ""); // password define("MYSQL_AB_DB", "ab"); // database // From which hosts is the rundaily script allowed to be called (semi-colon (;) separated list)? define("RUNDAILY_ALLOWED_HOSTS", "127.0.0.1;127.0.0.2"); // Path to the layout in the core package define("LAYOUTPATH", "../layout/"); define("AUTHINTRANET_URI", "ldap://localhost"); // Url of intranet LDAP server define("AUTHINTRANET_BASEDN", ""); // Base DN of the intranet LDAP server define("AUTHINTRANET_DN", ""); // DN to log in with to search usernames/mails define("AUTHINTRANET_PWD", ""); // Password to log in with to search usernames/mails ?>