Home
last modified time | relevance | path

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/
H A Ddefault.php4 $conf['base_dn'] = '';
H A Dmetadata.php4 $meta['base_dn'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php639 * @param string $base_dn
650 $base_dn,
662 $base_dn,
671 $base_dn,
680 $base_dn,
648 ldapSearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = null, $attrsonly = 0, $sizelimit = 0) global() argument
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php59 * If the storage group has a different base_dn to the adLDAP configuration, set it using $base_dn
63 * @param string $baseDn Specify an alternative base_dn for the Exchange storage group
H A DadLDAPFolders.php116 // This requires us to not have an OU= part, just the base_dn
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php578 if (array_key_exists("base_dn",$options)){ $this->baseDn = $options["base_dn"]; }
/dokuwiki/lib/plugins/authad/
H A Dauth.php21 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';