| <?php |
| |
| |
| |
| |
| |
| |
| define('BASEURL', 'http://localhost/~al/cnus/trunk/'); |
| |
| |
| define('HTML_TITLE', 'CentOS EspaƱol'); |
| |
| |
| define('LANGUAGE', 'es'); |
| |
| |
| define('LDAP_HOST', 'localhost'); |
| define('LDAP_PORT', '389'); |
| define('LDAP_DN', 'ou=people,dc=example,dc=com'); |
| define('LDAP_ROOTDN', 'cn=manager,dc=example,dc=com'); |
| define('LDAP_ROOTPW', 'ldap.Example28.InLife'); |
| define('LDAP_PASSHASH', '{MD5}'); |
| define('LDAP_FILTER_ATT', 'preferredlanguage'); |
| define('LDAP_FILTER_TYPE', '='); |
| define('LDAP_FILTER_VALUE', LANGUAGE); |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| define('DB_USERNAME', 'cnus'); |
| define('DB_PASSWORD', 'www.Cnus'); |
| define('DB_DBNAME', 'cnus'); |
| |
| |
| |
| |
| define('ABSPATH', dirname(__FILE__) . '/'); |
| ?> |