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 details');
446 throw new adLDAPException('For security reasons you cannot access the domain administrator account details');
529 throw new adLDAPException('No LDAP SASL support for PHP. See: http://php.net/ldap_sasl_bind');
581 throw new adLDAPException('[domain_controllers] option must be an array');
601 throw new adLDAPException('No LDAP support for PHP. See: http://php.net/ldap');
647 throw new adLDAPException('Bind to Active Directory failed. Either the LDAPs connection failed or the login credentials are incorrect. AD said: ' . $this->getLastError());
650 throw new adLDAPException('Bind to Active Directory failed. Check the login credentials and/or server details. AD said: ' . $this->getLastError());
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('Rebin
949 class adLDAPException extends Exception {} global() class
[all...]
/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 set passwords.');
326 if (!function_exists('bcmod')) { throw new adLDAPException("Missing function support [bcmod] http://php.net/manual/en/book.bc.php"); };
398 throw new adLDAPException('SSL/TLS must be configured on your webserver and enabled in the class to set passwords.');
483 throw new adLDAPException('SSL must be configured on your webserver and enabled in the class to set passwords.');
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) {