Searched +full:base_dn -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/lib/plugins/authad/conf/ |
D | default.php | 4 $conf['base_dn'] = '';
|
D | metadata.php | 4 $meta['base_dn'] = array('string','_caution' => 'danger');
|
/dokuwiki/lib/plugins/authldap/ |
D | auth.php | 647 * @param string $base_dn 658 $base_dn, argument 670 $base_dn, 679 $base_dn, 688 $base_dn,
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPExchange.php | 59 … If the storage group has a different base_dn to the adLDAP configuration, set it using $… 63 * @param string $baseDn Specify an alternative base_dn for the Exchange storage group
|
D | adLDAPFolders.php | 116 // This requires us to not have an OU= part, just the base_dn
|
/dokuwiki/lib/plugins/authad/adLDAP/ |
D | adLDAP.php | 578 if (array_key_exists("base_dn",$options)){ $this->baseDn = $options["base_dn"]; }
|
/dokuwiki/lib/plugins/authad/ |
D | auth.php | 21 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';
|