Running the ADAuthentication API Example

Compiling and Installing the Example

Running the Example

This example disables ITIM's native password checking and enables Active Directory authentication. To test that it is installed correctly, go to the standard ITIM Logon Page and login with a valid userid which exists on the ActiveDirectory Server which you are using for accounts and with valid password i.e. password of the AD account.

Configuring enRoleADAuthentication.properties

useFullyQualifiedUserName    if true then user can login either in the form of "user_name@my.active.directory.domain.com" or in the form "user_name"(with defaultActiveDirectoryDomain) ,if false then user have to login in the form of "user_name" with defaultActiveDirectoryDomain.

defaultActiveDirectoryDomain   The default active directory domain to use.

defaultDnsServer   The default DNS server to use.