This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/terminal/config.h.dist

14 lines
341 B
Plaintext

#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"
#define BARCODE_PORT "/dev/ttyUSB0"
#define BARCODE_TIMEOUT 20
#endif