config.h template

master
Tomek Dubrownik 2012-04-30 23:35:04 +02:00
parent e9cda7ec15
commit 343fc2dc58
1 changed files with 10 additions and 0 deletions

10
terminal/config.h.dist Normal file
View File

@ -0,0 +1,10 @@
#ifndef __FRIDGE_CONFIG__
#define __FRIDGE_CONFIG__
#define LDAP_URL "ldap://ldap.somecorp.com"
#define LDAP_DN "cn=somecn,dc=somecorp,dc=com"
#define LDAP_PW "password"
#define LDAP_BASE "ou=Peole,dc=somecorp,dc=com"
#define LDAP_FILTER_HASHES "objectClass=hsMember"
#endif