sFriendlyName = _kt('Generic LDAP Authentication Provider'); return $res; } var $aAttributes = array ("cn", "uid", "givenname", "sn", "mail", "mobile"); var $sAuthenticatorClass = "KTLDAPAuthenticator"; function KTLDAPAuthenticationProvider() { $this->sName = _kt("LDAP authentication provider"); parent::KTLDAPBaseAuthenticationProvider(); } } class KTLDAPAuthenticator extends KTLDAPBaseAuthenticator { var $aAttributes = array ("cn", "uid", "givenname", "sn", "mail", "mobile"); }