Re: perl-ldap 0.53 released

2013-01-26 Thread Quanah Gibson-Mount
--On Saturday, January 26, 2013 6:53 PM +0100 Peter Marschall wrote: Hi list, I just released perl-ldap 0.53 to CPAN. * RT#77716: LDAP.pm: new option keepalive for new() Thank you, thank you, thank you. :) --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Divis

Re: perl-ldap-0.52 breaks Amavis

2013-01-26 Thread Peter Marschall
Hi, On Friday, 25. January 2013, Quanah Gibson-Mount wrote: > wrote: > > --On Friday, January 25, 2013 12:53 PM -0800 Quanah Gibson-Mount > > > > wrote: > >> The changes in inet6 handling somewhere between Net::LDAP 0.44 and > >> Net::LDAP 0.52 breaks Amavis' ability to talk to LDAP. > > > > T

Re: perl-ldap-0.52 breaks Amavis

2013-01-25 Thread Quanah Gibson-Mount
--On Friday, January 25, 2013 1:04 PM -0800 Quanah Gibson-Mount wrote: --On Friday, January 25, 2013 12:53 PM -0800 Quanah Gibson-Mount wrote: The changes in inet6 handling somewhere between Net::LDAP 0.44 and Net::LDAP 0.52 breaks Amavis' ability to talk to LDAP. The problem is specifica

Re: perl-ldap-0.52 breaks Amavis

2013-01-25 Thread Quanah Gibson-Mount
--On Friday, January 25, 2013 12:53 PM -0800 Quanah Gibson-Mount wrote: The changes in inet6 handling somewhere between Net::LDAP 0.44 and Net::LDAP 0.52 breaks Amavis' ability to talk to LDAP. The problem is specifically this bit: my $domain = $arg->{inet4} ? AF_INET : ($arg->{inet6} ? AF

Re: perl-ldap-0.4001 and use Net::LDAP qw(:all) produces error

2011-02-07 Thread Graham Barr
On Feb 7, 2011, at 07:30 , harish badrinath wrote: > > I have very little experience using perl, but i do know that things > like use CGI qw(:all) should work. > > Am i missing something here or should i go for an older version of perl-ldap > ?? There is nothing special about :all, it just so h

Re: perl-ldap-0.4001 and use Net::LDAP qw(:all) produces error

2011-02-07 Thread harish badrinath
Sorry just found http://www.mail-archive.com/[email protected]/msg3.html if this message solves this issue please discard this series of mails. Regards, Harish Badri nath -- Forwarded message -- Hello,  I am trying to configure auth_ldap with qpsmtpd. When i restart qpsmtpd

Re: perl-ldap-0.39 dependencies for GSSAPI authentication

2009-11-18 Thread Markus Moeller
Sorry, but I don't see the difference between 0.39 which I use and the git version. Markus "Graham Barr" wrote in message news:[email protected]... On Nov 16, 2009, at 3:04 PM, Markus Moeller wrote: I have an OpenSolaris system which has perl 5.8.4 installed as

Re: perl-ldap-0.39 dependencies for GSSAPI authentication

2009-11-17 Thread Graham Barr
On Nov 16, 2009, at 3:04 PM, Markus Moeller wrote: > I have an OpenSolaris system which has perl 5.8.4 installed as part of the > OpenSolaris install on which I installed Net::LDAP, GSSAPI, Authen::Krb5, > Net::DNS with all dependencies. > > When I run my perl script I get an error > > ./LDA

Re: perl-ldap 0.35?

2008-04-10 Thread Steven Lembark
>> As a side note, I do not want to start a flame war, but I would like >> to get people feedback on changing the repository to be a git >> repository instead of svn. I think it would make it easier for others >> to contribute and those contribution to be integrated into the >> repository. If it

Re: perl-ldap 0.35?

2008-03-31 Thread Graham Barr
On Mar 31, 2008, at 2:13 AM, Peter Marschall wrote: As a side note, I do not want to start a flame war, but I would like to get people feedback on changing the repository to be a git repository instead of svn. I think it would make it easier for others to contribute and those contribution to be

Re: perl-ldap 0.35?

2008-03-31 Thread Graham Barr
On Mar 31, 2008, at 2:23 AM, Chris Ridd wrote: On 30 Mar 2008, at 20:07, Graham Barr wrote: On Mar 20, 2008, at 4:08 PM, Chris Ridd wrote: Git would work OK for me. Does the web site generate itself automatically out of git as well as svn? Yes, there is a web frontend for git. See http://g

Re: perl-ldap 0.35?

2008-03-31 Thread Chris Ridd
On 30 Mar 2008, at 20:07, Graham Barr wrote: On Mar 20, 2008, at 4:08 PM, Chris Ridd wrote: Git would work OK for me. Does the web site generate itself automatically out of git as well as svn? Yes, there is a web frontend for git. See http://git.kernel.org/gitweb.cgi?p=git/git.git;a=summary

Re: perl-ldap 0.35?

2008-03-31 Thread Peter Marschall
Hi, On Thursday, 20. March 2008, Graham Barr wrote: > I know it has been too long :( Well, it's solved now: 0.35 is on CPAN. Thanks! > As a side note, I do not want to start a flame war, but I would like > to get people feedback on changing the repository to be a git > repository instead of svn.

Re: perl-ldap 0.35?

2008-03-30 Thread Graham Barr
On Mar 20, 2008, at 4:08 PM, Chris Ridd wrote: I have recently changed jobs and am now self-employed. The transition has been taking a lot of my time. I hope that's all good news... Yes, it was a decision of my own, not forced :-) Because of this I do not have much time to test, but if pe

Re: perl-ldap 0.35?

2008-03-20 Thread Chris Ridd
On 20 Mar 2008, at 16:24, Graham Barr wrote: On Mar 20, 2008, at 9:22 AM, Clément OUDOT wrote: Sánta Gergely a écrit : Hi! I'd like to ask, are there any plans to release new version from svn repository? There are many (for me mandatory) changes, which would be good to have by simple packa

Re: perl-ldap 0.35?

2008-03-20 Thread Marc Chantreux
On Thu, Mar 20, 2008 at 11:24:41AM -0500, Graham Barr wrote: > Because of this I do not have much time to test, but if people can > confirm that there are not issues with what is in the repository then > I will cut a release from what is there now. everything's good here. > to get people feed

Re: perl-ldap 0.35?

2008-03-20 Thread Graham Barr
On Mar 20, 2008, at 9:22 AM, Clément OUDOT wrote: Sánta Gergely a écrit : Hi! I'd like to ask, are there any plans to release new version from svn repository? There are many (for me mandatory) changes, which would be good to have by simple package upgrade... I add my voice to this call :) Pl

Re: perl-ldap 0.35?

2008-03-20 Thread Clément OUDOT
Sánta Gergely a écrit : > Hi! > > I'd like to ask, are there any plans to release new version from svn > repository? There are many (for me mandatory) changes, which would be > good to have by simple package upgrade... > I add my voice to this call :) Please let us know if you need help to achi

Re: Perl-ldap web site needs updating

2007-05-02 Thread Chris Ridd
On 2/5/07 2:43, "Harden, Clif" <[EMAIL PROTECTED]> wrote: > > Would someone please update the perl ldap web page to show the latest > release is > version .34. > > Thanks, Clif Done. Thanks for the heads-up :-) Cheers, Chris

Re: Perl Ldap support

2007-03-07 Thread Andrej Ricnik-Bay
On 3/8/07, Bill <[EMAIL PROTECTED]> wrote: Andrej, Hi Bill! I normally use the client commands and store the ouptut into an array for processing. with the NET::LDAP it seems too much typing. :-) I should have mentioned in my initial email that I have read through the FAQ's and articles on

Re: Perl Ldap support

2007-03-07 Thread Bill
Andrej, I normally use the client commands and store the ouptut into an array for processing. with the NET::LDAP it seems too much typing. :-) I should have mentioned in my initial email that I have read through the FAQ's and articles on NET::LDAP. I didn't see too much that I can do w

Re: Perl Ldap support

2007-03-06 Thread Andrej Ricnik-Bay
On 3/7/07, Bill <[EMAIL PROTECTED]> wrote: Hi All. Hi Bill! I am new to this email group. I been reading the emails for the past couple of weeks and notice mostly everyone is using Net::LDAP module for perl to ldap interaction. Normally we have ibm ldap client on our server installed, thus

Re: perl-ldap 0.34

2007-02-02 Thread Peter Marschall
Hi Grahm, On Monday, 29. January 2007 22:30, Peter Marschall wrote: > please relase perl-ldap 0.34 (or 0.33.1 ;-). > It is long overdue. > > There are lot's of changes sicne 0.33 > - LDIF changes > - control fixes / extensions > - documentation updarts / fixes > - new accessors for host / port / s

Re: perl-ldap 0.34

2007-01-29 Thread Achim Grolms
On Monday 29 January 2007 22:30, Peter Marschall wrote: > Hi Graham, > > please relase perl-ldap 0.34 (or 0.33.1 ;-). > It is long overdue. Hi Graham, are you going to release Net::POP3 2.29, too? Thank you, Achim

Re: perl-ldap FilterMatch bug fix

2006-07-08 Thread Peter Marschall
Hi Hans, On Wednesday, 5. July 2006 15:40, Hans klunder wrote: > thanks for the patch. Normally the regexp should never be empty, but its > better to be safe than sorry. Peter Marschall is maintaining the filter > stuff, I'll forward it to him. > > > Hans, > > > > please find attached a diff, whic

Re: Perl LDAP not returning expected results...what AM I doing wrong..?

2006-05-19 Thread Chris Ridd
On 18/5/06 10:46, Clark, Ian <[EMAIL PROTECTED]> wrote: > I'm using the following code to bind to LDAP (that's working), then to > read in an object instance (that's working) and attempts to change and > rewrite an attribute - siebelID (that's NOT working, but not returning > an error either)... >

Re: Perl-ldap support for LDAP referrals

2005-12-14 Thread Chris Ridd
On 14/12/05 8:33, Kala B <[EMAIL PROTECTED]> wrote: > Hi, > Does perl-ldap support referral chasing? For example, If I make a call to > say Net::LDAP::modify API, to modify a dn and if the LDAP server returns a > referral, will it be automatically taken care of - or should I manually do > the refe

Re: perl-ldap in Linux Journal

2005-10-03 Thread Peter Marschall
Hi Graham, On Friday, 30. September 2005 01:38, Graham Barr wrote: > [. .. ] > Reading this I first thought that they got the homepage link wrong, > but it seems I have not updated the docs with the new home of http:// > ldap.perl.org/ I fixed the references to the perl-ldap home page and mailing

RE: perl-ldap

2005-09-16 Thread Ken Cornetet
# redirect STDERR to log file open(SAVESTDERR, ">&STDERR") or die "Can't save STDERR: $!\n"; open(STDERR, ">$logfile") or die "Can't open STDERR to $logfile", "$!\n"; $|=1; Blah Blah blah open(STDERR, ">&SAVESTDERR"); # Close log file and restore STDERR -Original Message- From: Cam

Re: perl-ldap bug?

2005-01-24 Thread Peter Marschall
Hi, On Monday 24 January 2005 13:03, Matt Stevenson wrote: > OK i've done some more testing and it seems to error > if Net::LDAP is installed as a user module. It seems > fine if installed into core perl. Did you have it > installed as a user module Peter? What do you mean exactly by "user module

Re: perl-ldap bug?

2005-01-24 Thread Matt Stevenson
OK i've done some more testing and it seems to error if Net::LDAP is installed as a user module. It seems fine if installed into core perl. Did you have it installed as a user module Peter? Tried importing with -I switch and use lib. Unfortunately have to do some other work for a while, will try t

Re: perl-ldap bug?

2005-01-23 Thread Peter Marschall
Hi, On Monday 24 January 2005 03:30, Graham Barr wrote: > On Sat, January 22, 2005 9:33 am, Peter Marschall said: > > I think you are right. > > If Net::LDAP.pm does not import the constant, > > Net::LDAP::Bind.pm cannot hope to get it imported from Net::LDAP.pm > > Why not ? If you look, Net::LDA

Re: perl-ldap bug?

2005-01-23 Thread Graham Barr
On Sat, January 22, 2005 9:33 am, Peter Marschall said: > Hi Matty, > I think you are right. > If Net::LDAP.pm does not import the constant, > Net::LDAP::Bind.pm cannot hope to get it imported from Net::LDAP.pm Why not ? If you look, Net::LDAP::import actually forwards everything to Net::LDAP::Con

Re: perl-ldap bug?

2005-01-22 Thread Peter Marschall
Hi Matty, On Thursday 20 January 2005 16:36, Matt Stevenson wrote: > Using lastest perlldap (3202), for the following test > program I got errors using default Net::LDAP (program > does some forking and detaching, things people prob > don't do normally). Anyway I had to add > LDAP_SASL_BIND_IN_PRO

Re: Perl : LDAP : Authorize user for a service

2004-10-28 Thread Mike Jackson
ext Asu Vohra ([EMAIL PROTECTED]) wrote: > Hi, > > I am new to LDAP. Can anyone tell me how can I authorize a user in LDAP for a > particular service using Perl? > Hi, The LDAPv3 standard only provides an authentication interface "BIND". Before you consider how you will authorize a user, y

Re: Perl : LDAP : Authorize user for a service

2004-10-28 Thread Chris Ridd
On 28/10/04 10:41 am, Asu Vohra <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to LDAP. Can anyone tell me how can I authorize a user in LDAP for a > particular service using Perl? > > Thanks, > Asu You're looking at this the wrong way around ;-) LDAP servers do not know anything about other

Re: perl-ldap with ADAM

2004-07-16 Thread Chris Ridd
On 16/7/04 6:13 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Chris, > Thanks for your help. Currently, I am binding with this line: > > $ldap->bind("cn=WVAdmin,cn=examplename,st=wv,c=us"); You need to add the arguments: password => 'something' to the bind, as otherwise you will be b

Re: perl-ldap with ADAM

2004-07-16 Thread Sonya_Lowry
ng with the string ' cn=examplename,st=wv,c=us' like cn=,cn=examplename,st=wv,c=us. Is this a correct assumption? Thanks, Sonya Chris Ridd <[EMAIL PROTECTED]> 07/16/2004 09:49 AM To <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc Subject Re: perl-ldap with ADAM

Re: perl-ldap with ADAM

2004-07-16 Thread Chris Ridd
On 16/7/04 5:03 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Good morning, > I have set up a MS ADAM instance named cn=examplename,st=wv,c=us. On > install, the LostAndFound, Roles, and NTDS Quotas objects were created > with dn's CN=LostAndFound,CN=examplename,ST=wv,C=us, CN=NTDS > Quotas,

Re: perl-ldap in Linux Journal

2003-10-23 Thread Chris Ridd
On 23/10/03 10:51 am, Graham Barr <[EMAIL PROTECTED]> wrote: > The November issue of Linux journal references an article on their web > site > > An Introduction to perl-ldap by Paul Dwerryhouse > http://www.linuxjournal.com/article/7086 > > For a beginner guide it is very good IMO. > > graham.

Re: [PERL-LDAP-DEV] perl-ldap AD authentication with SASL/GSSAPI

2003-10-18 Thread Graham Barr
On 18 Oct 2003, at 3:57, Zhang Liquan wrote: Now, I can use SASL/GSSAPI encryption to search AD successfully, though this may not be a fine resolution. I'm a tyro of PERL, and I'm not very familiar with PERL MODULE, so I can't explain the problems and resolve it really. I'll decribe my modificat

Re: [PERL-LDAP-DEV] perl-ldap AD authentication with SASL/GSSAPI

2003-10-18 Thread Simon Wilkinson
Zhang Liquan wrote: In Net::LDAP::Bind::decode, use $sasl->tiesocket replace $sasl->securesocket, then the connection will not be closed when BIND completed. But after BIND success, the Net::LDAP module will complain the socket handle ($ldap->socket) not a GLOB reference when it try to w

Re: [PERL-LDAP-DEV] perl-ldap AD authentication with SASL/GSSAPI

2003-10-18 Thread Zhang Liquan
CTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 7:46 PM Subject: Re: [PERL-LDAP-DEV] perl-ldap AD authentication with SASL/GSSAPI > I had exactly the same problem. With same software you have on the > client side except on Linux and OpenLDAP on the server side. &g

Re: perl-ldap AD authentication with SASL/GSSAPI

2003-10-16 Thread Marco Marongiu
No chance of having an e-mail without weird fonts?

Re: [PERL-LDAP-DEV] perl-ldap AD authentication with SASL/GSSAPI

2003-10-16 Thread Ziya Suzen
I had exactly the same problem. With same software you have on the client side except on Linux and OpenLDAP on the server side. I has been a while, IIRC I had to set ssf to 0 ('zero' which is no encryption) on OpenLDAP to get it working (You should be able to turn it of from the client side as wel

RE: Perl-ldap multiple hosts in new (solved)

2003-09-26 Thread Edward Brookhouse
Using my @LDAPServerAddress = [ '172.19.1.11', '172.17.17.110' ]; my $ldap = Net::LDAP->new(@LDAPServerAddress,port=>389,timeout=>5) || return "Can't connect to @LDAPServerAddress via LDAP"; Works. -Original Message- From: Edward Brookhouse [mailto:[EMAIL PROTECTED] Sent: Fri

Re: [PERL-LDAP-DEV] [Fwd] Perl LDAP / Accents

2003-06-16 Thread Chris Ridd
On 16/6/03 11:50 am, Ziya Suzen <[EMAIL PROTECTED]> wrote: > I had the same problem before and have seen a few posts about > this since. May be it's worth putting it in the FAQ. Good idea. I've moved the text to under the "what is an attribute" heading, but we can move it if it doesn't make sense

Re: [PERL-LDAP-DEV] [Fwd] Perl LDAP / Accents

2003-06-16 Thread Ziya Suzen
I had the same problem before and have seen a few posts about this since. May be it's worth putting it in the FAQ. Mostly copied from Chris Ridd's posts: Index: lib/Net/LDAP/FAQ.pod === RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP

Re: [PERL-LDAP-DEV] Re: Binding with Cyrus SASL with mech GSSAPI

2003-06-16 Thread Ziya Suzen
On 2003-06-16 10:55:15 +, Ziya Suzen wrote: > On 2003-06-16 08:07:17 +, Graham Barr wrote: > > On Saturday, Jun 14, 2003, at 23:03 Europe/London, Ziya Suzen wrote: > > >When I try with Net::LDAP 0.28 It says 'Decoding error' and looks like > > >its coming from Bind.pm line 43. And following

Re: Perl-LDAP Active Directory Password Woes

2003-06-06 Thread Christopher A Bongaarts
As Cox, Todd (NIH/NCI) once put it so eloquently: > I have been working for sometime on putting a web page together that users > can go to change their passwords. We have two directories, NDS and AD, and > the NDS part works great. I have read just about every post I can find but > nothing is help