From d231335382ec499448b765c79b916a0a50c9fa2a Mon Sep 17 00:00:00 2001 From: Chuyen Vo Date: Thu, 17 Mar 2016 10:36:29 +0700 Subject: [PATCH] Update config_template.py --- config_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config_template.py b/config_template.py index 22043f8..69bbac1 100644 --- a/config_template.py +++ b/config_template.py @@ -23,6 +23,7 @@ LDAP_URI = 'ldaps://your-ldap-server:636' LDAP_USERNAME = 'cn=dnsuser,ou=users,ou=services,dc=duykhanh,dc=me' LDAP_PASSWORD = 'dnsuser' LDAP_SEARCH_BASE = 'ou=System Admins,ou=People,dc=duykhanh,dc=me' +LDAP_TYPE = 'ldap' // or 'ad' # POWERDNS CONFIG PDNS_STATS_URL = 'http://172.16.214.131:8081/'