You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(25) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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 |
From: Quanah Gibson-M. <qu...@zi...> - 2008-09-17 00:45:54
|
--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 -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration |
From: Quanah Gibson-M. <qu...@zi...> - 2008-08-21 06:26:45
|
Net-LDAPapi 3.0.3 is now released. This version fixes: (a) The missing dependency on Convert::ASN1 (b) Error result code resets if no error is returned after an operation that resulted in an error. Build fixes: MakeMaker::prompt is now used at the request of the cpan folks. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration |
From: Dieter K. <di...@dk...> - 2007-07-07 16:21:49
|
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. -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de N 53°37'10.08" E 10°08'02.82" GPG Key ID:8EF7B6C6 |
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 |
From: Dieter K. <di...@dk...> - 2007-07-03 18:35:50
|
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? -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6 |