|
From: Quanah Gibson-M. <qu...@zi...> - 2007-07-07 16:02:25
|
--On Tuesday, July 03, 2007 8:35 PM +0200 Dieter Kluenter <di...@dk...> wrote: > Hi, > I'm playing with LDAPapi and extended ldapwalk.pl with a few lines to > enable dereferencing aliases, this are my lines > > my $deref = "search"; > $ld->set_option(LDAP_OPT_SIZELIMIT,$sizelimit); > $ld->set_option(LDAP_OPT_DEREF,$deref); > > but this lines have no effect, as expected. To my understanding a > dereferencing should take place within a search string, but there are > no appropriate parameters available. How to a dereference aliases with > LDAPapi? Hi Dieter, I'm on vacation atm, but I'll get to this on Monday (or may Dmitri will answer). Have you tried the latest source from SVN? It's a complete re-write against the LDAP v3 API and may work a bit better. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration |