I want an INTRANET server that knows who is connecting by their AD
credintials... Is this possible?

IIS6.0? Acutally trying to get info for PHP.


Thanks
Carl

Re: User Info by William

William
Thu Mar 31 20:48:14 CST 2005

On Thu, 31 Mar 2005 19:17:53 +0100, Carl Hilton <someone@microsoft.com>
wrote:

> I want an INTRANET server that knows who is connecting by their AD
> credintials... Is this possible?

yes, provided you don't allow anonymous access

> IIS6.0? Acutally trying to get info for PHP.

yep it's in the variables available to php - look in phpinfo once you have
set up IIS.

--
William Tasso

Re: User Info by Kristofer

Kristofer
Fri Apr 01 00:11:44 CST 2005

Hi Carl,

Yes, it is possible to use AD authentication. The webbrowser send this to
the server when anonymous access is disabled, or the anonymous user
account does not have read permissions on the file(s).

IIS 6.0 supports this.

I'm not a PHP expert, but PHP can probably get the info.

If you need more help on the PHP part, i can recommend the forums at
www.php.net, and/or the documentation on that website.

Good Luck!

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Carl Hilton wrote:

> I want an INTRANET server that knows who is connecting by their AD
> credintials... Is this possible?
>
> IIS6.0? Acutally trying to get info for PHP.
>
>
> Thanks
> Carl

Re: User Info by Carl

Carl
Fri Apr 01 07:51:36 CST 2005

Could you please be more specific... This is a simple application... I don't
care if someone spoofs someone elses account. I just what the app to know
who is using.

So, what phpinfo? am I to look into? Is this part of IIS... part of my PHP
install? I would prefer to not have the client re-log into the app.

Carl

"William Tasso" <spamblocked@tbdata.com> wrote in message
news:op.soi8qomd3jnr2w@jupiter.cavern.tbdata.com...
> On Thu, 31 Mar 2005 19:17:53 +0100, Carl Hilton <someone@microsoft.com>
> wrote:
>
>> I want an INTRANET server that knows who is connecting by their AD
>> credintials... Is this possible?
>
> yes, provided you don't allow anonymous access
>
>> IIS6.0? Acutally trying to get info for PHP.
>
> yep it's in the variables available to php - look in phpinfo once you have
> set up IIS.
>
> --
> William Tasso