Searched refs:adLDAP (Results 1 – 11 of 11) sorted by relevance
/dokuwiki/lib/plugins/authad/adLDAP/collections/ |
D | adLDAPCollection.php | 43 * @var adLDAP 61 public function __construct($info, adLDAP $adldap)
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPFolders.php | 46 * @var adLDAP 50 public function __construct(adLDAP $adldap) { 81 …public function listing($folderName = NULL, $dnType = adLDAP::ADLDAP_FOLDER, $recursive = NULL, $t…
|
D | adLDAPComputers.php | 48 * @var adLDAP 52 public function __construct(adLDAP $adldap) {
|
D | adLDAPUtils.php | 48 * @var adLDAP 52 public function __construct(adLDAP $adldap) {
|
D | adLDAPGroups.php | 49 * @var adLDAP 53 public function __construct(adLDAP $adldap) { 503 …public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescriptio… 556 …$groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $… 569 …$groupsArray = $this->search(adLDAP::ADLDAP_DISTRIBUTION_GROUP, $includeDescription, $search, $sor… 618 …$filter = "(&(objectCategory=group)(samaccounttype=" . adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP . "))";
|
D | adLDAPContacts.php | 47 * @var adLDAP 51 public function __construct(adLDAP $adldap) {
|
D | adLDAPUsers.php | 49 * @var adLDAP 53 public function __construct(adLDAP $adldap) { 557 …$filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategor… 618 …$filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategor…
|
D | adLDAPExchange.php | 46 * @var adLDAP 50 public function __construct(adLDAP $adldap) {
|
/dokuwiki/lib/plugins/authad/ |
D | auth.php | 633 * @return adLDAP|bool true if a connection was established 646 $this->adldap[$domain] = new adLDAP($this->opts);
|
/dokuwiki/lib/plugins/authad/adLDAP/ |
D | adLDAP.php | 58 class adLDAP { class
|
/dokuwiki/data/ |
D | deleted.files | 683 inc/adLDAP.php
|