Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-25 Thread Joel Gilbert
Thanks, it's up and running fine now. I had some trouble working out how to query the Win2K Active Directory (correct syntax order), but after examining the results of an ldifde.exe dump in Win2K it was pretty simple. "Johan Lundqvist" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Johan Lundqvist
In php.ini just enable LDAP in "Dynamic Extensions" section by entering the line extension=php_ldap.dll and restart the web-server (if ISAPI module) and off you go... Joel Gilbert wrote: > > Thanks for the info. Just one more thing, is it possible to set up LDAP in > PHP for Win2K & IIS, and if

RE: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Michael Rudel
L PROTECTED]] > Sent: Tuesday, April 24, 2001 12:20 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k) > > > Thanks for the info. Just one more thing, is it possible to > set up LDAP in > PHP for Win2K & IIS, and if so, how? The PHP docs say

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-23 Thread Joel Gilbert
Thanks for the info. Just one more thing, is it possible to set up LDAP in PHP for Win2K & IIS, and if so, how? The PHP docs say you have to recompile PHP with LDAP support. Sorry for my stupidity on this, but how can I do this under PHP for Windows? "Johan Lundqvist" <[EMAIL PROTECTED]> wrote in

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-23 Thread Andrian Pervazov
If anonymous access is disabled from IIS, the PHP variables AUTH_PASSWORD and AUTH_USER will give you the username/password of the current user, but I'm not sure how exactly you can check the group membership of a particular user. Andrian Joel Gilbert wrote: > > Hi, > I'm trying to set up user-

Re: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-23 Thread Johan Lundqvist
> Hi, > I'm trying to set up user-specific site settings with authentication. I need > to be able to validate accounts to a Win2K Active Directory server, as there > are several hundred accounts active, and they change on a regular basis. I > have the IIS authentication working fine, but I want to

[PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-22 Thread Joel Gilbert
Hi, I'm trying to set up user-specific site settings with authentication. I need to be able to validate accounts to a Win2K Active Directory server, as there are several hundred accounts active, and they change on a regular basis. I have the IIS authentication working fine, but I want to be able t