source: branches/fscctrl_safety_limits/www/schedule/config.template.php@ 18340

Last change on this file since 18340 was 17701, checked in by tbretz, 10 years ago
A first version of the scheduling interface created from the svn/schedule.
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.