From: Dmitri P. <pr...@st...> - 2008-09-17 02:58:23
|
Quanah Gibson-Mount wrote: > --On Saturday, July 07, 2007 6:21 PM +0200 Dieter Kluenter > <di...@dk...> wrote: > > >> Hi Quanah, >> >> Quanah Gibson-Mount <qu...@zi...> writes: >> >> >>> --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. >>> >> No I got the latest from CPAN, but I will try SVN tonight. >> > > Did this work for you? > > Also, the latest from SVN has the fix for the SASL mech problem you found. > > Regards, > Quanah > > I am sorry, but somehow I missed the previous email. Please let me know if it (latest from SVN) worked and if not I will try to take a look at it. -- Dmitri Priimak |