Hi everybody,
I am trying to implement a security feature for a website.
The problem is that the user names an passwords are located on a LDAP server.
I am thinking of using a pear library to perform the authentication+authorization.
I have an idea on access control but i am not sure if i am thinking right.
After authentication+authorization, i am thikning of starting a session for the user.
Afterwards i am thinking of checking htaccess for important directories on the server and see if the group that the user belongs to is authorized to access that directory.
Any help on this matter is much appreciated!
LDAP authentication (3 steps)
Moderator: General Moderators