Released perl-ldap 0.68

2021-01-03 Thread Peter Marschall
Happy New Year, I just released perl-ldap 0.68 to CPAN: http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap/releases has been updated

Released perl-ldap 0.67 [Christmas edition]

2020-12-26 Thread Peter Marschall
Hi all, I just released perl-ldap 0.67 to CPAN: http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap/releases has been updated accordingly

Released perl-ldap 0.66

2019-04-16 Thread Peter Marschall
Hi all, I just released perl-ldap 0.66 to CPAN:     http://search.cpan.org/dist/perl-ldap/     https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository     https://github.com/perl-ldap/perl-ldap/releases has been updated accordingly

Re: Request Clarification in package naming convention perl-ldap and perl-LDAP

2019-03-21 Thread Joshua Miller
On Thu, Mar 21, 2019 at 8:16 PM Nomalatha Aerampu < [email protected]> wrote: > Hi Team, > > > Our application is packaged as RPM and qualified to run in both RHEL and > SUSE platforms. It has a dependency for perl LDAP module and hence in our > application RPM s

Request Clarification in package naming convention perl-ldap and perl-LDAP

2019-03-21 Thread Nomalatha Aerampu
Hi Team, Our application is packaged as RPM and qualified to run in both RHEL and SUSE platforms. It has a dependency for perl LDAP module and hence in our application RPM spec file we specify perl-LDAP in "Requires" section since the earlier SUSE and RHEL releases we had it as foll

Released perl-ldap 0.65

2015-04-06 Thread Peter Marschall
Hi all, It took quite a while, but I finally made it: I just released perl-ldap 0.65 to CPAN: http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap

Re: Bug in Perl LDAP FAQ

2014-10-03 Thread Peter Marschall
ndex-*" : 'member' ] Thanks for reporting the issue. The fix will be in the next release of perl-ldap. Best Peter -- Peter Marschall [email protected]

perl-ldap v0.64 released

2014-06-19 Thread Peter Marschall
Hi all, I just released perl-ldap 0.64 to CPAN: http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap/releases has been updated accordingly

perl-ldap 0.63

2014-06-01 Thread Peter Marschall
Hi all, it's time again for a new perl-ldap release. As usual you can find it on CPAN http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap and on github https://github.com/perl-ldap/perl-ldap/releases Please find a short log of all the ch

perl-ldap 0.62 is out

2014-04-06 Thread Peter Marschall
Hi, perl-ldap 0.62 is out! Get it from CPAN or GitHub: http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap https://github.com/perl-ldap/perl-ldap The changes are relatively minor, mostly to keep CPAN testers happy ;-) Enjoy Peter 0.62 -- Sun

New perl-ldap release 0.61

2014-03-29 Thread Peter Marschall
Hi folks, A few minutes I released perl-ldap 0.61 to CPAN. Get it from the usual places (after replication to you region ;-): http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap For those of you directly pulling from GitHub, the repository https

Get perl-ldap 0.60 while it's hot

2014-03-08 Thread Peter Marschall
Hi, I just released perl-ldap 0.60 to CPAN: http://search.cpan.org/dist/perl-ldap/ This release fixes some issues on Windows with recent versions of Strawberry Perl. The detailed changes included are listed at the end of this email. For those of you directly pulling from GitHub, the

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Paul "LeoNerd" Evans
On Wed, 05 Mar 2014 11:31:29 +0100 Peter Marschall wrote: > Oops, now you got me. > I did not check doings tests, but relied on the manual pages of > IO::Socket::IP only. > > Maybe I got confused by those two facts > * In older versions, of IO::Socket::IP, it mentioned the Timeout > option in th

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Peter Marschall
D (to have it more complete)? Please?! > But long story short: IO::Socket::IP supports the Timeout option in the > same way that IO::Socket::INET documents for itself. Thanks for the clarification. I guess it is time for a new version of perl-ldap with IO::Socket::IP n the next days. Thanks Peter -- Peter Marschall [email protected]

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Peter Marschall
Hi, On Wednesday, 5. March 2014 10:17:12 Michiel Beijen wrote: > On Tue, Mar 4, 2014 at 7:56 PM, Peter Marschall wrote: > > But there's a downside too: > > With IO::Socket::IP, the option Timeout to Net::LDAP->new() will be > > ignored. > I asked Paul (cc) about this and he replied "In what sense

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Michiel Beijen
Hi Peter, On Tue, Mar 4, 2014 at 7:56 PM, Peter Marschall wrote: > > with IO::Socket::IP becoming more and more widespread (it is said to become a > part of the standard modules shipped with Perl 5.20), I am wondering i should > switch perl-ldap over to it too? > > My id

Re: IO::Socket::IP for perl-ldap?

2014-03-04 Thread Gary Greene
On Mar 4, 2014, at 12:50 PM, Danny Thomas wrote: > > On 05/03/2014, at 5:42 AM, Gary Greene wrote: > >> Are the devs for IO::Socket::IP open to adding a patch to make timeout work? > to make it into core it must cause minimal problems > to existing code, so any such cases are treated seriously,

Re: IO::Socket::IP for perl-ldap?

2014-03-04 Thread Danny Thomas
On 05/03/2014, at 5:42 AM, Gary Greene wrote: > Are the devs for IO::Socket::IP open to adding a patch to make timeout work? to make it into core it must cause minimal problems to existing code, so any such cases are treated seriously, e.g. http://www.nntp.perl.org/group/perl.perl5.porters/2014

Re: IO::Socket::IP for perl-ldap?

2014-03-04 Thread Gary Greene
On Mar 4, 2014, at 10:56 AM, Peter Marschall wrote: > Hi, > > with IO::Socket::IP becoming more and more widespread (it is said to become a > part of the standard modules shipped with Perl 5.20), I am wondering i should > switch perl-ldap over to it too? > > My idea is

IO::Socket::IP for perl-ldap?

2014-03-04 Thread Peter Marschall
Hi, with IO::Socket::IP becoming more and more widespread (it is said to become a part of the standard modules shipped with Perl 5.20), I am wondering i should switch perl-ldap over to it too? My idea is to prefer IO::Socket::IP over IO::Socket::INET6 if the former one is installed, but fall

perl-ldap 0.59 is out

2014-03-04 Thread Peter Marschall
Hi all, Hi all, I just released perl-ldap 0.59 to CPAN: http://search.cpan.org/dist/perl-ldap/ It contains the usual enhancements and fixes; see below. For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap has been updated

Released perl-ldap 0.58

2013-12-23 Thread Peter Marschall
Hi all, after a hiatus due to real life, I just release perl-ldap 0.58 to CPAN: http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap

New release 0.57 of perl-ldap!

2013-07-21 Thread Peter Marschall
Hi all, I just released perl-ldap 0.57 to CPAN: http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. Please note: I had to introduce an incompatible change that can break some corner cases. See below for details. For those of you directly

perl-ldap 0.56 released

2013-06-08 Thread Peter Marschall
Hi all, another month, another lrease of perl-ldap: A few minutes ago I released perl-ldap 0.56 to CPAN. Find it at http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. For those of you directly pulling from GitHub, the repository

perl-ldap 0.55 released

2013-04-23 Thread Peter Marschall
Hi folks, I just released perl-ldap 0.55 to CPAN: http://search.cpan.org/dist/perl-ldap/ (it may take a little until the CPAN mirrors in your region get it) As usual the changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap/perl-ldap

Re: Released perl-ldap 0.54

2013-04-05 Thread Quanah Gibson-Mount
--On Wednesday, April 03, 2013 12:56 PM -0500 Graham Barr wrote: but keepalive is not inherently part of LDAP any more than it is part of SMTP or FTP or any other protocol. OTOH, making long term, *persistent* connections IS a part of the LDAP protocol, and it is NOT generally something one

Re: Released perl-ldap 0.54

2013-04-03 Thread Graham Barr
bits I noted in a future >>> release? >> >> I am very much in doubt about the Linux specific TCP keepalive bits. >> I'd rather keep perl-ldap independent of specific OS peculiarities. >> >> Net::LDAP exposes the socket it uses via the socket() method. >

Re: Released perl-ldap 0.54

2013-04-03 Thread Quanah Gibson-Mount
x27;d rather keep perl-ldap independent of specific OS peculiarities. Net::LDAP exposes the socket it uses via the socket() method. Can't this be used to implement the things on the application side? Hi Peter, In doubt about what exactly? If you look at the patch I wrote, it does nothing

Re: Released perl-ldap 0.54

2013-03-29 Thread Peter Marschall
Hi Quanah, On Friday, 29. March 2013, Quanah Gibson-Mount wrote: > Do you have plans to add the linux TCP keepalive bits I noted in a future > release? I am very much in doubt about the Linux specific TCP keepalive bits. I'd rather keep perl-ldap independent of specific OS peculiar

Re: Released perl-ldap 0.54

2013-03-29 Thread Quanah Gibson-Mount
--On Friday, March 29, 2013 5:29 PM +0100 Peter Marschall wrote: Hi all, perl-ldap 0.54 has been released to CPAN http://search.cpan.org/dist/perl-ldap/ Besides the usual cleanup and bug fixes, it contains some additions I'd like to mention: * conversion routines between generalizedTim

Released perl-ldap 0.54

2013-03-29 Thread Peter Marschall
Hi all, perl-ldap 0.54 has been released to CPAN http://search.cpan.org/dist/perl-ldap/ Besides the usual cleanup and bug fixes, it contains some additions I'd like to mention: * conversion routines between generalizedTime and UNIX's time * Net::LDAP::Extra::eDirectory: extensions fo

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

perl-ldap 0.53 released

2013-01-26 Thread Peter Marschall
Hi list, I just released perl-ldap 0.53 to CPAN. Please find it at the usual place http://search.cpan.org/dist/perl-ldap/ (as soon as it has been synchronized to your local mirror) As usual the changes included are listed at the end of this email. And of course, the GitHub repository https

Re: perl-ldap-0.52 breaks Amavis

2013-01-26 Thread Peter Marschall
; ... > > > > If I comment out these two lines, connections work as expected. > > With further investigation, I believe the fault here is with Amavis. > "inet6" for Net::LDAP means ipv6 only (as of 0.52 anyhow). This was a change in perl-ldap 0.45 to "Make IPv6 u

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

perl-ldap-0.52 breaks Amavis

2013-01-25 Thread Quanah Gibson-Mount
ect to host ldap://zqa-398.eng.vmware.com:389 This worked fine in perl 0.44. I would note the system is only listening to IPv4. It appears that with perl-ldap 0.52, if it cannot talk to the server on IPv6, it will *not* fall back to IPv4, whereas with perl 0.44, it would. --Quanah -- Qu

New Year & a new version of perl-ldap

2013-01-01 Thread Peter Marschall
Happy New Year, I just released a new version of perl-ldapto CPAN: perl-ldap 0.52! As usual, the changes in this version are listed at the end of this mail. Get it at http://search.cpan.org/dist/perl-ldap/ (as soon as it has been synchronized to you local CPAN mirror). Of course, the

Released perl-ldap 0.51

2012-12-01 Thread Peter Marschall
Hi all, perl-ldap 0.51 has been released to CPAN: http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. This release was necessary because of a few test (only test!) regressions on MS Windows and a fix to a bug for a corner-case in parsing

Released perl-ldap 0.50

2012-11-24 Thread Peter Marschall
Hi all, Based on some feedback from the developer release v0.50_01, I just released perl-ldap 0.50 to CPAN. After CPAN's synchronization has taken place, you will find it here: http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. Of c

Developer release perl-ldap 0.50_01

2012-11-17 Thread Peter Marschall
Hi all, a new developer release of perl-ldap has been released to CPAN: 0.50_01 http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap/perl-ldap has been updated accordingly. Please test and

Released perl-ldap 0.49

2012-10-06 Thread Peter Marschall
Hi all, perl-ldap 0.49 has been released to CPAN a few seconds ago. http://search.cpan.org/dist/perl-ldap/ It should show at your CPAN mirrors within the next hours. The changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap

Released perl-ldap 0.48

2012-09-20 Thread Peter Marschall
Hi all, a few minutes ago I released perl-ldap 0.48 to CPAN, http://search.cpan.org/dist/perl-ldap/ It should show up on your local CPAN mirror in the next hours. The changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap/perl-ldap

Released perl-ldap 0.47

2012-09-16 Thread Peter Marschall
Hi all, perl-ldap 0.47 has been released to CPAN. http://search.cpan.org/dist/perl- ldap/ The changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap/perl-ldap has been updated accordingly. Enjoy Peter 0.47 -- Sun Sep 16 12:00:30 CEST

Re: Released perl-ldap 0.46

2012-09-05 Thread Quanah Gibson-Mount
--On Wednesday, September 05, 2012 6:29 PM +0200 Peter Marschall wrote: Hi all, unfortunately I found an error shortly after having pushed out v0.45. So, here's the announcement for the fixed version. perl-ldap 0.46 has just been released to CPAN, http://search.cpan.org/dist/perl

Released perl-ldap 0.46

2012-09-05 Thread Peter Marschall
Hi all, unfortunately I found an error shortly after having pushed out v0.45. So, here's the announcement for the fixed version. perl-ldap 0.46 has just been released to CPAN, http://search.cpan.org/dist/perl-ldap/ . The changes included are listed at the end of this email. Of course

Release of perl-ldap 0.45

2012-09-05 Thread Peter Marschall
Hi all, perl-ldap 0.45 has been released to CPAN http://search.cpan.org/dist/perl- ldap/ The changes included are listed at the end of this email. Of course, the GitHub repository https://github.com/perl-ldap/perl-ldap has been updated accordingly. Enjoy Peter 0.45 -- Wed Sep 5 11:20:46 CEST

Release perl-ldap 0.44

2012-02-03 Thread Graham Barr
perl-ldap 0.44 has been released to CPAN. http://search.cpan.org/dist/perl-ldap/ The changes included are listed at the end of this email. It has been obvious for sometime that I have not had the time to keep up with updates and releases as fast as other would like. So I would like to thank Peter

fixes & new features for perl-ldap/next

2011-10-02 Thread Peter Marschall
ntrol::Assertion in Net::LDAP::Control POD addition only * make sure to call the correct as_string() this fixes a border case in Net::LDAP::Control::Assertion What about an update of perl-ldap? With the critical bug in 0.43, which was fixed in the previous update of your next branch, the d

Re: critical fixes for perl-ldap 0.43

2011-09-08 Thread Chris Ridd
On 8 Sep 2011, at 17:12, Chris Ridd wrote: > > On 8 Sep 2011, at 14:26, Graham Barr wrote: > >> On Sep 7, 2011, at 09:26 , Peter Marschall wrote: >>> Hi Graham, >>> >>> please consider pulling the commits in my pull request >>> https://gi

Re: critical fixes for perl-ldap 0.43

2011-09-08 Thread Chris Ridd
On 8 Sep 2011, at 14:26, Graham Barr wrote: > On Sep 7, 2011, at 09:26 , Peter Marschall wrote: >> Hi Graham, >> >> please consider pulling the commits in my pull request >> https://github.com/gbarr/perl-ldap/pull/3 >> into master and release vers

Re: critical fixes for perl-ldap 0.43

2011-09-08 Thread Peter Marschall
Hi, On Thursday, 8. September 2011, Graham Barr wrote: > On Sep 7, 2011, at 09:26 , Peter Marschall wrote: > > * 0.43 has a serious regression: commit 041d540 broke start_tls > > completely > > > > and led to warnings being generated at every encrypted connection with > > sslverify='none'. > >

Re: critical fixes for perl-ldap 0.43

2011-09-08 Thread Graham Barr
On Sep 7, 2011, at 09:26 , Peter Marschall wrote: > Hi Graham, > > please consider pulling the commits in my pull request > https://github.com/gbarr/perl-ldap/pull/3 > into master and release version 0.44 of perl-ldap really soon. > > Reasons: > * 0.43 has a se

Re: critical fixes for perl-ldap 0.43

2011-09-07 Thread Peter Marschall
Hi, On Wednesday, 7. September 2011, Robert Threet wrote: > I had a program that read the LDIF dump of my People container for > years. In the past year, it has become unreliable. It was after > patches to the Sun Directory and adding a 2md RW Master. Do you think > this would fix that or is th

critical fixes for perl-ldap 0.43

2011-09-07 Thread Peter Marschall
Hi Graham, please consider pulling the commits in my pull request https://github.com/gbarr/perl-ldap/pull/3 into master and release version 0.44 of perl-ldap really soon. Reasons: * 0.43 has a serious regression: commit 041d540 broke start_tls completely and led to warnings being

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 abou

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

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

2011-02-07 Thread harish badrinath
qw(:all) should work. Am i missing something here or should i go for an older version of perl-ldap ?? Greetings, Harish Badri Nath

Re: Error on Constants.pm with Perl-LDAP 0.4001

2010-07-21 Thread Clément OUDOT
Le 21 juillet 2010 12:43, Clément OUDOT a écrit : > Hello, > > I am a developer of LemonLDAP::NG, a WebSSO product written in Perl, > that uses a lot Perl-LDAP. So first, thanks for all the work done in > this program! > > We use Perl-LDAP for a long time, but I have

Error on Constants.pm with Perl-LDAP 0.4001

2010-07-21 Thread Clément OUDOT
Hello, I am a developer of LemonLDAP::NG, a WebSSO product written in Perl, that uses a lot Perl-LDAP. So first, thanks for all the work done in this program! We use Perl-LDAP for a long time, but I have a problem with latest release 0.4001 (by the way, the irelease is not published on the

Odd behaviour of perl-ldap-0.39 with GSSAPI on Solaris 10

2009-11-20 Thread Markus Moeller
I am testing further my perl script and noticed the following difference between Linux and Solaris 10. Linux: ./LDAP-ADS-check.pl $VAR1 = [ 'w2k3r2.win2003r2.home' ]; 0) Cache name: /tmp/.client.cache.26713 1) Cache name: Ticket cache: FILE:/tmp/.client.cache.26713 Default p

Re: perl-ldap-0.39 dependencies for GSSAPI authentication

2009-11-18 Thread Markus Moeller
n the "next" branch in the repository if you want to test before we release it. http://github.com/gbarr/perl-ldap/tree/next/ Graham.

Re: perl-ldap-0.39 dependencies for GSSAPI authentication

2009-11-17 Thread Graham Barr
system. as a result the next release of Net::LDAP will allow the caller to call $sasl->client_new("ldap", $connected_name) and pass the result as the sasl option. the code to do that is currently on the "next" branch in the repository if you want to test before we release it. http://github.com/gbarr/perl-ldap/tree/next/ Graham.

perl-ldap-0.39 dependencies for GSSAPI authentication

2009-11-16 Thread Markus Moeller
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 ./LDAP-AD-query.pl GSSAPI Error (init): Unspecified GSS failure. Minor

regression in perl-ldap 0.35 and greater

2009-07-22 Thread Ben Poliakoff
Hi All, This is something of a late report (but I just upgraded my workstation to Debian Lenny which entailed an update of Net::LDAP, from version 0.33 to 0.36). This commit (apparently from June 2007): "send packets in sizes that IO::Socket::SSL can chew" http://github.com/

Re: Manage IA5strings with Perl LDAP

2008-11-28 Thread Clément OUDOT
binary, I use >>>> the >>>> "raw" attribute in Net::LDAP search but the value I get is not what >>>> I can >>>> see with an ldapsearch... Is there a better way to manage binary >>>> data in >>>> perl-ldap ? >>&

Re: Manage IA5strings with Perl LDAP

2008-11-27 Thread Chris Ridd
he value I get is not what I can see with an ldapsearch... Is there a better way to manage binary data in perl-ldap ? ldapsearch is outputing in LDIF and binary data will be base64 encoded. You can tell this by the double : after the attribute name you should see the same result if you use Net::LDA

Re: Manage IA5strings with Perl LDAP

2008-11-27 Thread Clément OUDOT
e I get is not what >> I can >> see with an ldapsearch... Is there a better way to manage binary >> data in >> perl-ldap ? > > ldapsearch is outputing in LDIF and binary data will be base64 > encoded. You can tell this by the double : after the attribute name >

Re: Manage IA5strings with Perl LDAP

2008-11-26 Thread Graham Barr
ldapsearch... Is there a better way to manage binary data in perl-ldap ? ldapsearch is outputing in LDIF and binary data will be base64 encoded. You can tell this by the double : after the attribute name you should see the same result if you use Net::LDAP::LDIF to output your entry my $

Re: Manage IA5strings with Perl LDAP

2008-11-26 Thread Clément OUDOT
logonHours definition and pass it as the attribute value > Thanks for your answer. I have to translate java code to perl ;) But another question, it seems the value we get from AD is binary, I use the "raw" attribute in Net::LDAP search but the value I get is not what I can see with an ldapsearch... Is there a better way to manage binary data in perl-ldap ? Clément.

Re: Manage IA5strings with Perl LDAP

2008-11-25 Thread Graham Barr
On Nov 25, 2008, at 9:45 AM, Clément OUDOT wrote: Hello, after some research on the net, I can't find any perl code that can read/write IA5strings. IA5Strings are basically ASCII strings. The only printable differences is that IA5 does not have $ or ~ see http://www.zytrax.com/tech/ia5.html

Manage IA5strings with Perl LDAP

2008-11-25 Thread Clément OUDOT
Hello, after some research on the net, I can't find any perl code that can read/write IA5strings. I suppose we have to use the ASN1 functions, is it right? The goal for is to be able to read/write values for example the logonHours attribute in Active Directory. If you have some code to do that,

Fwd: CPAN Upload: G/GB/GBARR/perl-ldap-0.39.tar.gz

2008-10-27 Thread Graham Barr
lt;[EMAIL PROTECTED]> Subject: CPAN Upload: G/GB/GBARR/perl-ldap-0.39.tar.gz Reply-To: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> The URL http://www.goingon.net/~gbarr/CPAN-releases/perl-ldap-0.39.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GB/GBARR/perl-ldap-0.39.tar.

Re: seeking help to install perl ldap on windows xp

2008-10-16 Thread Mark . Merchant
> hi, i am new to perl ldap world and trying to install it on my windows > xp pc. could someone help me on how to install and from where to > download. i tried download from ldap.perl.org, but that is only for > unix systems and i cannot use on windows. > > please help. If

Re: seeking help to install perl ldap on windows xp

2008-10-16 Thread Chris Ridd
On 16 Oct 2008, at 05:51, [EMAIL PROTECTED] wrote: hi, i am new to perl ldap world and trying to install it on my windows xp pc. could someone help me on how to install and from where to download. i tried download from ldap.perl.org, but that is only for unix systems and i cannot use on

Re: seeking help to install perl ldap on windows xp

2008-10-16 Thread J.I. Asenjo
On Wed, 15 Oct 2008, 09:51:55PM -0700�, [EMAIL PROTECTED] said: > hi, i am new to perl ldap world and trying to install it on my windows > xp pc. could someone help me on how to install and from where to > download. i tried download from ldap.perl.org, but that is only for > unix s

seeking help to install perl ldap on windows xp

2008-10-16 Thread muk . farrell
hi, i am new to perl ldap world and trying to install it on my windows xp pc. could someone help me on how to install and from where to download. i tried download from ldap.perl.org, but that is only for unix systems and i cannot use on windows. please help.

perl-ldap-0.38 released

2008-09-21 Thread Graham Barr
0.38 has been released to CPAN http://search.cpan.org/~gbarr/perl-ldap/ You can download from http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/perl-ldap-0.38.tar.gz perl-ldap 0.38 -- Sun Sep 21 09:17:25 CDT 2008 == Bug Fixes * Fix bug in Net

Release perl-ldap-0.37

2008-08-28 Thread Graham Barr
perl-ldap-0.37 should appear on CPAN soon with the following changes perl-ldap 0.37 -- Thu Aug 28 07:48:13 CDT 2008 == Bug Fixes * Pass correct hostname to SASL when connecting to a round-robin * Return the SASL error message when sasl client_start

Making a perl code compliant with new and old versions of Perl-LDAP

2008-07-01 Thread Clément OUDOT
if its account is locked or its password expired. The problem is that it only works if we have perl-ldap >= 0.35, and the major Linux distributions still provide perl-ldap 0.34. So we protect calls to password policy module with eval functions, and we face a problem when exporting the consta

Re: release of perl-ldap-0.36 and Authen-SASL-2.11

2008-04-27 Thread Markus Moeller
ried both Authen-SASL-2.10 and 2.11) Markus "Markus Moeller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I noticed a problem with perl-ldap-0.36 compared to perl-ldap-0.34. I have the following simple code $mesg = $ldap->search( # perform a s

Re: release of perl-ldap-0.36 and Authen-SASL-2.11

2008-04-27 Thread Markus Moeller
BTW I use sasl to authenticate ( I tried both Authen-SASL-2.10 and 2.11) Markus "Markus Moeller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I noticed a problem with perl-ldap-0.36 compared to perl-ldap-0.34. I have the following simple code $mesg

Re: release of perl-ldap-0.36 and Authen-SASL-2.11

2008-04-27 Thread Markus Moeller
I noticed a problem with perl-ldap-0.36 compared to perl-ldap-0.34. I have the following simple code $mesg = $ldap->search( # perform a search base => $bind_path, filter => "(userprincipalname=$user)",

release of perl-ldap-0.36 and Authen-SASL-2.11

2008-04-21 Thread Graham Barr
The release have been uploaded to PAUSE and should be on CPAN soon. file: $CPAN/authors/id/G/GB/GBARR/perl-ldap-0.36.tar.gz size: 250315 bytes md5: 7bf59f7de52fc07cc8c1a7fd354e583f file: $CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.11.tar.gz size: 47631 bytes md5

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
integrated into the repository. It's OK with me. I always wanted to know more about git, but was too lazy. If perl-ldap switches to git, I have a real incentive to get myself acquainted wit git. Will this change also affect the other modules Auth::SASL, Convert::ASN1, ...? Yes, when I

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
ry instead of svn. I think it would make it easier for others > to contribute and those contribution to be integrated into the > repository. It's OK with me. I always wanted to know more about git, but was too lazy. If perl-ldap switches to git, I have a real incentive to get myself ac

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

Fwd: CPAN Upload: G/GB/GBARR/perl-ldap-0.35.tar.gz

2008-03-30 Thread Graham Barr
perl-ldap-0.35 should be on a mirror soon. Begin forwarded message: file: $CPAN/authors/id/G/GB/GBARR/perl-ldap-0.35.tar.gz size: 247980 bytes md5: 86fc5def02ca252f038fde1135a4576d

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

perl-ldap 0.35?

2008-03-20 Thread Sánta Gergely
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... Gergely Santa -- === Gergely Sánta TEMPEST a.s. S

Re: Fwd: modify group membership using perl-ldap

2007-06-21 Thread Si Smith
gin forwarded message: From: "Casey J. Hergett" <[EMAIL PROTECTED]> Date: June 18, 2007 2:15:13 PM CDT To: <[EMAIL PROTECTED]> Subject: modify group membership using perl-ldap Message-Id: <[EMAIL PROTECTED]> Is there a way to manipulate an objects group membership

Fwd: modify group membership using perl-ldap

2007-06-18 Thread Graham Barr
Begin forwarded message: From: "Casey J. Hergett" <[EMAIL PROTECTED]> Date: June 18, 2007 2:15:13 PM CDT To: <[EMAIL PROTECTED]> Subject: modify group membership using perl-ldap Message-Id: <[EMAIL PROTECTED] exch.atuexchange.net> Is there a way to manipulate an

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

Perl-ldap web site needs updating

2007-05-02 Thread Harden, Clif
Would someone please update the perl ldap web page to show the latest release is version .34. Thanks, Clif

  1   2   3   >