Re: [PHP-WIN] ISS, PHP & LDAP Authorization

2001-04-25 Thread Joel Gilbert
Hi All, Never mind that question, it's just a simple matter of working out the Win2K directory structure. I used the ldifde.exe utility in Win2K to dump the directory to a text file and then examined the structure. Simple enough... ""Joel Gilbert"" <[EMAIL PROTECT

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

2001-04-25 Thread Joel Gilbert
MAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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: > > > > Thank

[PHP-WIN] ISS, PHP & LDAP Authorization

2001-04-23 Thread Joel Gilbert
Hi, I figured out how to enable LDAP support, just a matter of uncommenting the appropriate line in php.ini. Now I can connect to the Win2K Active Directory server, but only with anonymous login, and can't do any queries. Does anyone have any sample scripts for accessing Win2K Directories with

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

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

2001-04-22 Thread Joel Gilbert
t am I right in thinking that if they log on from another computer their settings won't be loaded? At this point I am considering handling the initial login information gathering through ASP and then passing that information to the PHP pages. Any and all help on this is much appreciated