[turba] dumb question about using LDAP

Craig White craigwhite at azapple.com
Wed Feb 2 22:09:13 PST 2005


meant to send to list...

On Thu, 2005-02-03 at 00:58 -0500, Rob Rosenfeld wrote:
> Craig White wrote:
> 
> >On Wed, 2005-02-02 at 19:57 -0700, Craig White wrote:
> >  
> >
> >>On Wed, 2005-02-02 at 21:50 -0500, Chuck Hagenbuch wrote:
> >>    
> >>
> >>>Quoting Craig White <craigwhite at azapple.com>:
> >>>
> >>>      
> >>>
> >>>>I have a shared LDAP address book working
> >>>>
> >>>>I'm trying to work through personal address book and I am getting this
> >>>>error...
> >>>>Query failed: (32) No such object
> >>>>
> >>>>and I'm looking at turba/config/sources.php and I'm thinking that maybe
> >>>>it's because I am using IMAP for authentication to horde...is that
> >>>>correct?
> >>>>        
> >>>>
> >>>No.
> >>>
> >>>      
> >>>
> >>>>(is this how the line $uid = Auth::getBareAuth(); in
> >>>>sources.php get's it's magic info? and is it possible to get this info
> >>>>from an IMAP authenticated logon?)
> >>>>        
> >>>>
> >>>Magic info? No idea what you mean.
> >>>
> >>>      
> >>>
> >>----
> >>sorry - I mean...
> >>
> >> 'bind_dn' => 'uid=' . $uid . ',ou=People,' . $basedn,
> >>
> >>getting $uid value from
> >>$uid = Auth::getBareAuth();
> >>    
> >>
> >----
> >figured out the problem...
> >
> >pretty tough to skull through the code - at least for me
> >
> >Thanks
> >
> >and to answer my initial question, it isn't necessary to use LDAP auth
> >to use LDAP personal address books. Probably helps though  ;-)
> >
> >Craig
> >
> >  
> >
> 
> Mind posting your solution? 
---- 
not at all...my locations for personal address books is different and
the code

in sources.php.dist (line 309) was not at all for my config.

my config has ou=AddressBook,uid={USER},ou=People,dc=azapple,dc=com

and so my appropriate line is...

'root' => 'ou=AddressBook,uid=' . $uid . ',ou=People,' . $basedn,

Craig



More information about the turba mailing list