I configured LDAP server on my Linux machine and create users/group accordingly as required. I have different groups like: admin/managers/executive/developers/users/clients.
Now I have around 10 different application in PHP/Java on running on live-server. How can I configure that some application can only accessible or edit by specific to group's user. For Example. If the user A is from the group Admin->Is allow some pages/functions to access and can edit as well while client or user have limited access (only can view some pages) while Developer can edit the information too.
Maybe: I know, but a silly question. Which group to authenticate (login process) at application level is set at application server level (Apache in PHP)?