From: John C. <joh...@ya...> - 2004-02-13 14:28:33
|
>Did LDAP group settings work for you? >There are better ways to do it. For now I do a simple two pass check for >group membership, but a saw version with a single call also. >Wonder if this is maintainable and generizable also. Reini, I didn't try the ldap groups then (didn't know they existed). I was happy getting authentication against our Active Directory server working. Once I get it working on the current head, I'll look into the groups. >BTW: I use zend studio for debugging. this is absolutely necessary for >serious work. I'll look into this, right now I used a text editor and a lot of echos. >> I'm running Windows XPsp1, Apache 2.0.48, PHP/4.3.4 >> with an existing phpwiki database on MySQL 4.0.14. >Apache2 on Win32 >did you get PATH_INFO working? I wasn't be able to fix it, even with all >all filters or special suggested settings. >my private apache server with ldap (redhat9) has to work without >PATH_INFO, which is a mess. Yes, the PATH_INFO is working with the head version on my system. I had to configure the web server for it to work correctly, but I followed the instructions on the main wiki site, and that seemed to work. I don't have my httpd.conf in cvs, so I don't know if I can find the exact changes that I made :-) John |