Redirect Based on Active Directory/Windows Log In

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
GeezerOlds
Forum Newbie
Posts: 3
Joined: Mon Jul 26, 2010 9:03 pm

Redirect Based on Active Directory/Windows Log In

Post by GeezerOlds »

I am fairly new to PHP coding and have a question regarding page redirection... I would like to redirect a user of an intranet site I'm working on to a certain page based on their Active Directory/Windows log in. I would like the script to be able to pull this information automatically from the connected user, without requiring any manual entry. I don't need any security for this setup, at least not at the moment--I'd just like to know if it's possible using PHP.

Again, I'm not asking for an entire script, I'd just like to know if it is possible and, if so, a little nudge in the right direction :) .

Thank you very much!
Post Reply