source:
trunk/FACT++/www/shift/config.template.php@
16868
| Last change on this file since 16868 was 13689, checked in by , 14 years ago | |
|---|---|
| File size: 231 bytes | |
| Line | |
|---|---|
| 1 | <?PHP |
| 2 | |
| 3 | $dbhost = "mysql.host.com"; |
| 4 | $dbuser = "user"; |
| 5 | $dbpass = "password"; |
| 6 | $dbname = "calendar"; |
| 7 | |
| 8 | $ldaphost = "161.72.93.133:389"; |
| 9 | $baseDN = "dc=fact,dc=iac,dc=es"; |
| 10 | $groupDN = "cn=Operations,ou=Application Groups,".$baseDN; |
| 11 | |
| 12 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
