source: trunk/FACT++/www/smartfact/config.template.php@ 16040

Last change on this file since 16040 was 13690, checked in by tbretz, 12 years ago
File size: 170 bytes
Line 
1<?PHP
2
3$path = "/home/fact/FACT++";
4
5$ldaphost = "161.72.93.133:389";
6$baseDN = "dc=fact,dc=iac,dc=es";
7$groupDN = "cn=Operations,ou=Application Groups,".$baseDN;
8
9?>
Note: See TracBrowser for help on using the repository browser.