|
|
@@ -598,7 +598,7 @@ class Zend_Ldap
|
|
|
* @return array An array of the attributes representing the account
|
|
|
* @throws Zend_Ldap_Exception
|
|
|
*/
|
|
|
- private function _getAccount($acctname, array $attrs = null)
|
|
|
+ protected function _getAccount($acctname, array $attrs = null)
|
|
|
{
|
|
|
$baseDn = $this->getBaseDn();
|
|
|
if (!$baseDn) {
|