source:
branches/fscctrl_safety_limits/www/shift/config.template.php@
18481
Last change on this file since 18481 was 13689, checked in by , 12 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.