PHP 클래스 Kimai_Auth_ActiveDirectory

Supports the "Enhanced Identity Privacy" option, see: https://technet.microsoft.com/en-us/library/f351e0e3-6c78-49dc-9b0f-2b24e1b7411c To activate this Authentication Adapter, add the following line to the file includes/autoconf.php $authenticator = 'activeDirectory'; To activate "Enhanced Identity Privacy" create the file includes/auth.php and activate at least the setting 'enhancedIdentityPrivacy': return array('enhancedIdentityPrivacy' => true);
상속: extends Kimai_Auth_Ldapadvanced
파일 보기 프로젝트 열기: kimai/kimai

보호된 프로퍼티들

프로퍼티 타입 설명
$enhancedIdentityPrivacy

보호된 메소드들

메소드 설명
createCheckUsername ( $username, $uidAttribute )

메소드 상세

createCheckUsername() 보호된 메소드

protected createCheckUsername ( $username, $uidAttribute )

프로퍼티 상세

$enhancedIdentityPrivacy 보호되어 있는 프로퍼티

protected $enhancedIdentityPrivacy