sFriendlyName = _kt('Microsoft Active Directory Authentication Provider'); return $res; } var $bGroupSource = true; var $sAuthenticatorClass = "KTActiveDirectoryAuthenticator"; var $aAttributes = array ("cn", "samaccountname", "givenname", "sn", "userprincipalname", "telephonenumber"); function KTActiveDirectoryAuthenticationProvider() { $this->sName = _kt("ActiveDirectory authentication provider"); parent::KTLDAPBaseAuthenticationProvider(); } } class KTActiveDirectoryAuthenticator extends KTLDAPBaseAuthenticator { var $aAttributes = array ("cn", "samaccountname", "givenname", "sn", "userprincipalname", "telephonenumber"); }