PHP Class 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);
Exibir arquivo
Open project: kimai/kimai
Protected Properties
Protected Methods
Method Details
createCheckUsername()
protected method
Property Details
$enhancedIdentityPrivacy protected_oe property
protected $enhancedIdentityPrivacy |