Home
last modified time | relevance | path

Searched refs:getLastError (Results 1 – 2 of 2) sorted by path

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php647 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('Rebind to Active Directory failed. AD said: ' . $this->getLastError());
762 public function getLastError() { function in adLDAP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php209 * @see self::getLastError()
4780 public function getLastError()
4631 function getLastError() global() function in phpseclib\\Net\\SSH2