Skip to content

Configuration

cohoe edited this page Jul 31, 2012 · 34 revisions
Directive Use Example
DHCPD_CONFIG_HEADER DHCP Configuration
    1. COMMENTS ##
DNS_KEY_ENCTYPE DNS key encryption type hmac-rc4
DHCPD_DEFAULT_CLASS Default DHCP class default
DNS_DEFAULT_ZONE Default DNS zone example.com
DYNAMIC_SUBNET Placeholder for dynamic addresses 172.31.252.0/22
LDAP_HOST LDAP server hostname ldap.example.com
LDAP_BINDDN The DN to bind as cn=impulse,ou=apps,dc=example,dc=com
LDAP_PASSWORD Password for LDAP bind DN s3cr3t
LDAP_ADMIN_FILTER Differentiating attribute member=* (see notes)
LDAP_ADMIN_BASEDN Base DN of your administrator group cn=admins,ou=groups,dc=example,dc=com
LDAP_PROGRAM_FILTER Differentiating attribute cn
LDAP_PROGRAM_BASEDN Base DN of your programs container ou=apps,dc=example,dc=com
LDAP_USER_FILTER Differentiating attribute uid
LDAP_USER_BASEDN Base DN of your users group ou=users,dc=example,dc=com
AD_URI Domain controller URI ldaps://dc1.example.com
AD_BINDDN The DN to bind as cn=impulse,ou=apps,dc=example,dc=com
AD_PASSWORD Password for LDAP bind DN s3cr3t
AD_ADMIN_FILTER Differentiating attribute member=* (see notes)
AD_ADMIN_BASEDN Base DN of your administrator group cn=admins,ou=groups,dc=example,dc=com
AD_PROGRAM_FILTER Differentiating attribute cn
AD_PROGRAM_BASEDN Base DN of your programs container ou=apps,dc=example,dc=com
AD_USER_FILTER Differentiating attribute uid
AD_USER_BASEDN Base DN of your users group ou=users,dc=example,dc=com
AD_IDENTIFIER Attribute to identify a user account sAMAccountName
AD_EMAIL_ATTRIBUTE The attribute that stores an email address mail
DEFAULT_DATACENTER Default datacenter that things are in RIT-Dorms
DEFAULT_RENEW_INTERVAL Interval to renew system 1 year
DEFAULT_GROUP If a user isnt a member of any other groups Users
USER_PRIVILEGE_SOURCE 'local' for local groups, 'ldap' for LDAP groups local
DEFAULT_LOCAL_USER_GROUP Local USER privilege group Members
DEFAULT_LOCAL_ADMIN_GROUP Local ADMIN privilege group Admins
DEFAULT_CONFIG_TYPE Configuration type of an interface address static
EMAIL_DOMAIN The email domain of your users (for renewal example.com
WEB_URL The URL of the web interface for email https://starrs.example.com
MAIL_HOST The address of a mailserver to send from mail.example.com
EMAIL_NOTIFICATION_INTERVAL How long before automatic renewal emails occur 7 days
DEFAULT_SYSTEM_PLATFORM The default system platform Custom
DEFAULT_INTERFACE_NAME The default interface name eth0
DNS_DEFAULT_TTL Default TTL for DNS records 3600
DEFAULT_SYSTEM_TYPE System type default Server

Clone this wiki locally