Hello All! I'm in a bit of a pickle and hoping you guys can save my bacon.
What I'm trying to do is this:
1.) User visits a page
2.) Check if user is logged into our domain
a.) If So, then proceed to website
b.) If not, then proceed to html login form
The problem is when I get to 2b the user is presented with a really ugly pop up window asking for their credentials. I've figured out that if I remove "require valid-user" the pop up goes away, BUT so does all of the information about the users active directory account.
So my question is, How do I allow information about valid users to pass to php without REQUIRING that a person is a valid user to view the php script??
Thanks guys!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All! I'm in a bit of a pickle and hoping you guys can save my bacon.
What I'm trying to do is this:
1.) User visits a page
2.) Check if user is logged into our domain
a.) If So, then proceed to website
b.) If not, then proceed to html login form
The problem is when I get to 2b the user is presented with a really ugly pop up window asking for their credentials. I've figured out that if I remove "require valid-user" the pop up goes away, BUT so does all of the information about the users active directory account.
So my question is, How do I allow information about valid users to pass to php without REQUIRING that a person is a valid user to view the php script??
Thanks guys!
I would do the same. Is it possible?
Endorn, did you get any results?
Sorry for my English
Regards