Home
last modified time | relevance | path

Searched refs:adLDAP (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php28 * @package adLDAP
41 * The current adLDAP connection via dependency injection
43 * @var adLDAP
61 public function __construct($info, adLDAP $adldap)
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
44 * The current adLDAP connection via dependency injection
46 * @var adLDAP
50 public function __construct(adLDAP $adldap) {
81 public function listing($folderName = NULL, $dnType = adLDAP::ADLDAP_FOLDER, $recursive = NULL, $type = NULL)
H A DadLDAPComputers.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
46 * The current adLDAP connection via dependency injection
48 * @var adLDAP
52 public function __construct(adLDAP $adldap) {
H A DadLDAPUtils.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
46 * The current adLDAP connection via dependency injection
48 * @var adLDAP
52 public function __construct(adLDAP $adldap) {
103 // see https://github.com/adldap/adLDAP/issues/22
H A DadLDAPGroups.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
47 * The current adLDAP connection via dependency injection
49 * @var adLDAP
53 public function __construct(adLDAP $adldap) {
503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) {
556 $groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $sorted);
569 $groupsArray = $this->search(adLDAP::ADLDAP_DISTRIBUTION_GROUP, $includeDescription, $search, $sorted);
618 $filter = "(&(objectCategory=group)(samaccounttype=" . adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP . "))";
H A DadLDAPContacts.php28 * @package adLDAP
38 require_once(dirname(__FILE__) . '/../adLDAP.php');
45 * The current adLDAP connection via dependency injection
47 * @var adLDAP
51 public function __construct(adLDAP $adldap) {
H A DadLDAPUsers.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
47 * The current adLDAP connection via dependency injection
49 * @var adLDAP
53 public function __construct(adLDAP $adldap) {
557 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)(cn=" . $search . "))";
618 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)" . $searchParams . ")";
H A DadLDAPExchange.php28 * @package adLDAP
37 require_once(dirname(__FILE__) . '/../adLDAP.php');
44 * The current adLDAP connection via dependency injection
46 * @var adLDAP
50 public function __construct(adLDAP $adldap) {
59 * If the storage group has a different base_dn to the adLDAP configuration, set it using $base_dn
/dokuwiki/lib/plugins/authad/
H A Dauth.php13 * than when using the normal LDAP backend by utilizing the adLDAP library
53 * @var array open connections for each AD domain, as adLDAP objects
82 require_once(DOKU_PLUGIN . 'authad/adLDAP/adLDAP.php');
83 require_once(DOKU_PLUGIN . 'authad/adLDAP/classes/adLDAPUtils.php');
633 * @return adLDAP|bool true if a connection was established
646 $this->adldap[$domain] = new adLDAP($this->opts);
694 // prepare adLDAP standard configuration
725 // adLDAP expects empty user/pass as NULL, we're less strict FS#2781
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php28 * @package adLDAP
38 * Main adLDAP class
40 * Can be initialised using $adldap = new adLDAP();
58 class adLDAP { class
92 * If this is set to null then adLDAP will attempt to obtain this automatically from the rootDSE
151 * To indicate to adLDAP to reuse password set by the brower through NTLM or Kerberos
937 * adLDAP Exception Handler
942 * $adldap = new adLDAP();
/dokuwiki/data/
H A Ddeleted.files667 inc/adLDAP.php