From: Christopher Z. <zo...@mu...> - 2002-03-22 20:37:53
|
Ok. Here is my patch. It is a quick hack so I may be over looking some things. Please point out anything that you see wrong with it. All I am using ldap for is authentication for now. When someone trys to log into phpESP/admin it will check the database ( this is so we can still have a root user ) if that fails it authenticates against the ldap server and if successfull it will either insert user information into the database and create a seperate group for the user or update the user password to match the one for ldap. What do you guys think? |