[whups] Selectively removing LDAP capabilities

Robert Kennedy robertk at motown.cc.utexas.edu
Thu Aug 11 09:59:03 PDT 2005


On Thu, 11 Aug 2005, Ben Chavet wrote:

>
> Quoting Robert Kennedy <robertk at motown.cc.utexas.edu>:
>
> >
> > I am running Horde 3.0.6-cvs and Whups 1.0-cvs under Apache 2.0.52/PHP
> > 4.3.9 on RHEL v4.  Everything has gone fairly well.  I am authenticating
> > against an OpenLDAP server, which is working fine.
> >
> > When I go to edit a ticket queue and edit the users responsible it gives
> > me a drop down list of users scavenged from LDAP to add.  Given the scope
> > of the ou we are authenticating against, I would prefer it to simply use
> > the text-entry field that it defaulted to when I had not set up LDAP
> > authentication.
> >
> > I poked around and modified framework/Auth/Auth/ldap.php and set the
> > 'list' capability to false.  This did not have the intended result.  I
> > inserted some debug code to dump out what whups/lib/Admin.php thought the
> > ldap driver capabilities were.  The values returned looked like the
> > default ones from Auth/ldap.php before I modified it.
> >
> > Is there another place that I should be looking to disable ldap driver
> > capabilities?
> >
>
> Make sure you are editing the "live" file that is in your php include_path.


Thank you, that was it.  I bone-headedly forgot that the framework files
get installed elsewhere (/usr/share/pear/Horde in my case). I have to go
self-flagellate now in an attempt to beat out the ignorance :)

Cheers,
Robert K.


More information about the whups mailing list