Home
last modified time | relevance | path

Searched refs:adLDAPException (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php425 …throw new adLDAPException('For security reasons you cannot access the domain administrator account…
446 …throw new adLDAPException('For security reasons you cannot access the domain administrator account…
529 … throw new adLDAPException('No LDAP SASL support for PHP. See: http://php.net/ldap_sasl_bind');
647 …throw new adLDAPException('Bind to Active Directory failed. Either the LDAPs connection failed or …
650 …throw new adLDAPException('Bind to Active Directory failed. Check the login credentials and/or ser…
658 …throw new adLDAPException('Rebind to Active Directory failed. AD said: ' . $this->getLastError());
702 … throw new adLDAPException('Rebind to Active Directory failed. AD said: ' . $this->getLastError());
721 … throw new adLDAPException('Rebind to Active Directory failed. AD said: ' . $this->getLastError());
949 class adLDAPException extends Exception {} class
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php88 …throw new adLDAPException('SSL must be configured on your webserver and enabled in the class to se…
326 …if (!function_exists('bcmod')) { throw new adLDAPException("Missing function support [bcmod] http:…
398 …throw new adLDAPException('SSL/TLS must be configured on your webserver and enabled in the class t…
483 …throw new adLDAPException('SSL must be configured on your webserver and enabled in the class to se…
502 throw new adLDAPException($msg);
/dokuwiki/lib/plugins/authad/
H A Dauth.php172 } catch (adLDAPException $e) {
289 } catch (adLDAPException $e) {
593 } catch (adLDAPException $e) {
615 } catch (adLDAPException $e) {