function KTActiveDirectoryAuthenticationProvider()
 {
     $this->sName = _kt('ActiveDirectory authentication provider');
     parent::KTLDAPBaseAuthenticationProvider();
 }
 function KTLDAPAuthenticationProvider()
 {
     $this->sName = _kt('LDAP authentication provider');
     parent::KTLDAPBaseAuthenticationProvider();
 }