Added option to use template string for bind DN (#90)

* Language update from launchpad

* Added login option 'bind_dn_template'
This commit is contained in:
Noone404
2020-02-19 23:11:17 +01:00
committed by GitHub
parent cbdc0dacd6
commit 4eb3737d31
5 changed files with 21 additions and 2 deletions

View File

@@ -574,6 +574,10 @@ class Datastore {
'desc'=>'User Login ID to bind to this DS',
'default'=>null);
$this->default->login['bind_dn_template'] = array(
'desc'=>'Template string for user login DN to bind to this DS. Use \'%s\' where user input should be inserted.',
'default'=>null);
$this->default->login['bind_pass'] = array(
'desc'=>'User Login Password to bind to this DS',
'default'=>null);