Automatic Integration with Active Directory

Locked
lwulfers
User
Posts: 6

Automatic Integration with Active Directory

Post by lwulfers »

Please provide integration to Active Diretory and (AD Groups) using the following patterns:

Use the current ASP.Net Maker security pattern and enhance it to support using Active Directory groups to determine the security level the user has (Like using the AD Group Name instead of the user name and password that the app based login uses now).

Also just supporting the use of Active Directory to resolve the AD username and providing an autologin based on this would also be a great help.


abdallah
User
Posts: 2

Post by abdallah »

good idea


Webmaster
User
Posts: 9425

Post by Webmaster »

Use LDAP authentication, read the "LDAP xxx" settings in "Tools" -> "Advanced Settings" of the help file. If AD, the "LDAP distinguish name" may be "YourDomain\\{username}" (without double quotes), the actual distinguish name depends on your server settings. Also see examples for "User_CustomValidate" and "Ldap_Validated" server events in "Server Events and Client Scripts" in the help file.


Locked