I saw the topics about authentication against Active directory but still have questions:
In summary, If I want that the authentication mechanism will be against AD, I should do the following:
- In the "Security" step, I should not mark the check box "Create login page".
- In each page that will require authentication, I will add the code:
SESSION("UserID") = "username"
SESSION("AccessLevel") = ACCESS_LEVEL_USER
SESSION("GroupID") = "CityView Users"
Is that it? Did I miss something? Am I wrong?
After I have the correct code in the application, how do I manage the users in the active directory?
Thanks