Add LDAP settings to default config.

This commit is contained in:
Jens Meißner 2017-10-18 14:37:52 +02:00
parent 940f2b5a9d
commit beecfe3c34

View file

@ -26,6 +26,13 @@ $config['db_name'] = "pdnsmanager";
// Authentication source
$config['auth_type'] = 'db';
// LDAP settings
$config['ldap_uri'] = 'ldapi:///';
$config['ldap_bind_dn'] = '';
$config['ldap_bind_pw'] = '';
$config['ldap_base_dn'] = '';
$config['ldap_search'] = 'uid=%user%';
//Remote update
$config['nonce_lifetime'] = 15;