me_spearhead Posted June 16, 2009 Share Posted June 16, 2009 Hello Friends, I am developing an intranet application in php for my company which will be hosted on Linux box (Red Hat). The users need to authenticate themselves thru centralized ads to be able to use the application. I am new to php. Can someone help me with the way in which the user can be authenticated on ads. The linux box is already on the domain. # su - user is successfully executed on linux box. user is an ADS user and not a local linux user. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/162355-authenticate-user-on-ads-through-php-form/ Share on other sites More sharing options...
BMurtagh Posted June 22, 2009 Share Posted June 22, 2009 Hi, You're going to want to use LDAP on the Linux box in conjunction with the Active Directory that's already setup. PHP has a pretty decent amount of info on the various functions related to LDAP on their website at http://us3.php.net/manual/en/book.ldap.php. I also found a pretty interesting article at http://articles.techrepublic.com.com/5100-10878_11-5032010.html that you might be some extra info for getting you started. Quote Link to comment https://forums.phpfreaks.com/topic/162355-authenticate-user-on-ads-through-php-form/#findComment-861337 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.