Search Discussions
-
yes, I was not separating it, this is a normal ldap object, they contain commas (weird, I know, it just does not surprise me any longer). So each element is the string between the blanks. In fact the ...
Natxo Asenjo
May 16, 2013 at 9:40 pm
May 16, 2013 at 9:40 pm -
Raymond S Brand
May 13, 2013 at 4:59 pm
May 13, 2013 at 4:59 pm -
I have a use case for analyzing LDIF dumps of our LDAP directory. The dump utility puts some controls in the output file, so Net::LDAP::LDIF won't read them, it fails with "Controls only allowed with ...
Doug Wegscheid
May 7, 2013 at 2:00 pm
May 11, 2013 at 7:37 pm -
I have a LDAP object that contains an attribute SFTrule that can have multiple values. How do I change just one of the SFTrule attribute values? Thanks. Brian Gaber
Brian Gaber
Apr 25, 2013 at 3:58 pm
Apr 25, 2013 at 5:37 pm -
Hello all, I am trying to run this search against my directory service with the following filter and it returns nothing. (&(employeetype=x)(employeetype=y)(objectclass=*)) But if I do just ...
Zachary, Carlton - Hoboken
Apr 25, 2013 at 1:27 pm
Apr 26, 2013 at 7:15 am -
Hi, I have a problem with perl-ldap-0.55. Code: #! /usr/bin/perl use Net::LDAP; my $ldap_server = "172.20.1.100"; my ldap = Net::LDAP - new($ldap_server) or die "$@"; At runnig: IO::Socket::INET6 ...
Ignatescu Dragos
Apr 24, 2013 at 7:48 am
Apr 25, 2013 at 12:03 pm -
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 ...
Peter Marschall
Apr 23, 2013 at 9:55 am
Apr 23, 2013 at 9:55 am -
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 ...
Peter Marschall
Mar 29, 2013 at 4:30 pm
Apr 5, 2013 at 6:07 pm -
hi, I am coding a perl dancer web app that will fetch/write info to an ldap backend (freeipa.org). The ldap vendor is 389, the old netscape ldap server. This backend includes kerberos. So without ...
Natxo Asenjo
Mar 22, 2013 at 10:13 pm
Mar 22, 2013 at 10:53 pm -
hi, I am coding a perl dancer web app that will fetch/write info to an ldap backend (freeipa.org). The ldap vendor is 389, the old netscape ldap server. This backend includes kerberos. So without ...
Natxo Asenjo
Mar 22, 2013 at 8:06 am
Mar 23, 2013 at 8:43 pm -
--On Saturday, January 26, 2013 6:53 PM +0100 Peter Marschall wrote: Hi Peter, I filed <https://rt.cpan.org/Ticket/Display.html?id=83039 with patch. It significantly improves keepalive on Linux ...
Quanah Gibson-Mount
Jan 30, 2013 at 6:45 am
Jan 30, 2013 at 6:45 am -
Just to note, the "Download" link on the top right hand side of the page has been pointing to the wrong release for a while. It still points to 0.49. --Quanah -- Quanah Gibson-Mount Sr. Member of ...
Quanah Gibson-Mount
Jan 28, 2013 at 5:30 pm
Feb 2, 2013 at 4:42 pm -
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 ...
Peter Marschall
Jan 26, 2013 at 5:53 pm
Jan 27, 2013 at 12:50 am -
The changes in inet6 handling somewhere between Net::LDAP 0.44 and Net::LDAP 0.52 breaks Amavis' ability to talk to LDAP. I can trivially reproduce the issue with a test script: #!/usr/bin/perl use ...
Quanah Gibson-Mount
Jan 25, 2013 at 8:54 pm
Jan 26, 2013 at 9:04 am -
Hi, I'm using Net::LDAP to read information from a Microsoft Windows AD-Server by LDAP. On of the attributes is the "objectGUID", a binary value that's often used in AD context ...
Achim Grolms
Jan 18, 2013 at 8:41 pm
Jan 20, 2013 at 2:12 pm -
The doc is ambiguous about the argument to the entry( INDEX ) method of a Net::LDAP::Search object. Is the INDEX 0-based or 1-based? Below, I'm referring to the CPAN documentation for ...
Zachary Hanson-Hart
Jan 7, 2013 at 1:51 pm
Jan 19, 2013 at 3:14 pm -
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 ...
Peter Marschall
Jan 1, 2013 at 1:19 pm
Jan 9, 2013 at 2:51 pm -
Hi, We have used Net::LDAP in Perl (Version: 5.6.1) to process data from LDAPv3 server on Linux environment. We are using callback (Asynchronous processing) to process the data. At runtime, scripts ...
Girish Jagdish Khetan
Dec 21, 2012 at 2:57 am
Dec 25, 2012 at 1:29 pm -
Hi LDAP Gurus, I have migrated to perl 5.16. Below is my configuration, Perl: ActiveState Perl 5.16 (This is perl 5, version 16, subversion 1 (v5.16.1) built for MSWin32-x86-multi-thread) OS: Windows ...
Bakkiaraj Murugesan
Dec 20, 2012 at 3:17 am
Dec 26, 2012 at 7:50 pm -
Hi I'm using a simple program to autenticate on Active Directory. (I found this code on the net) but i get this error message: 80090303: LdapErr: DSID-0C090420, comment: The digest-uri does not match ...
MILITA MARCO
Dec 6, 2012 at 6:29 pm
Dec 6, 2012 at 6:29 pm -
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 ...
Peter Marschall
Dec 1, 2012 at 2:06 pm
Dec 1, 2012 at 2:06 pm -
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 ...
Peter Marschall
Nov 24, 2012 at 12:24 pm
Nov 24, 2012 at 12:24 pm -
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 ...
Peter Marschall
Nov 17, 2012 at 8:01 pm
Nov 17, 2012 at 8:01 pm -
When I bind like this: $ldap = Net::LDAP- new( $dshost , onerror = 'warn' ); $ldap- bind( $dn, password = $password ); Unbinding like this: $ldap- unbind(); Makes my script generate this: messageID ...
John Devitofranceschi
Nov 15, 2012 at 6:52 pm
Nov 19, 2012 at 4:27 pm -
Hi, When using NLC create() method, can I specify the dn? As I understand it gets created in base_dn which is specified in my custom package. But I need to specify a different dn at creation time. My ...
Vladimir Levijev
Oct 12, 2012 at 8:24 pm
Oct 12, 2012 at 9:23 pm -
Hi, I'm writing the module to manage Active Directory using Net-LDAP. Basically it just contains wrapper methods to easily add/change/get/remove accounts, minding the specific AD stuff. Maybe it ...
Vladimir Levijev
Oct 12, 2012 at 2:59 pm
Oct 12, 2012 at 7:14 pm -
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 ...
Peter Marschall
Oct 6, 2012 at 8:16 am
Oct 6, 2012 at 8:16 am -
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 ...
Peter Marschall
Sep 20, 2012 at 9:14 am
Sep 20, 2012 at 9:14 am -
In playing with Net::LDAP::Util it became apparent that it is not compliant with RFC4514, but instead complies with the older RFC2253. Specifically where #'s in DNs are concerned. Currently it's ...
Quanah Gibson-Mount
Sep 18, 2012 at 11:27 pm
Sep 21, 2012 at 3:47 pm -
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 ...
Peter Marschall
Sep 16, 2012 at 12:29 pm
Sep 16, 2012 at 12:29 pm -
New to Perl, what I'm trying to do is print out the unique values for a given LDAP attribute. 1. Does the while portion of this look correct? 2. If so, how do I print out the values of the hash? ...
Stierwalt, Kyle
Sep 13, 2012 at 7:47 pm
Sep 14, 2012 at 4:41 pm -
Hi, I am really sorry for bother you but I have one issue with one LDAP search. This is the line that is not working: my $mesg = $ldap- search(filter= "contractCode=$values[0]","&",filter= ...
Pablo Calderon Diez
Sep 13, 2012 at 3:37 pm
Sep 13, 2012 at 5:34 pm -
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, ...
Peter Marschall
Sep 5, 2012 at 4:24 pm
Sep 5, 2012 at 4:45 pm -
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 ...
Peter Marschall
Sep 5, 2012 at 1:52 pm
Sep 5, 2012 at 1:52 pm -
Dear Philip, thank you for the fix. I'll forward it to Perl's LDAP List and Graham. @Graham: could you add the attached fix to Net::LDAP::LDIF? Thank you in advance. - Chris ----- Original Nachricht ...
Chris_news
Jul 31, 2012 at 8:37 am
Jul 31, 2012 at 8:37 am -
Graham, sorted out why I could not see what was going wrong. I had assumed the callback received a Net::LDAP::Entry or undefined. Doh! However, the DESTROY is still being called and killing the error ...
Howard Wilkinson
Jun 20, 2012 at 2:23 pm
Jun 20, 2012 at 2:23 pm -
Graham, I am using the latest CPAN release of Net::LDAP and I am running into a failure that I am having trouble tracking down. I am reasonably sure I am using the interface and protocol correctly ...
Howard Wilkinson
Jun 20, 2012 at 2:23 pm
Jun 20, 2012 at 2:23 pm -
Hi, I create User accounts in our LDAP. For this I must change the attribute msDS-UserAccountDisabled from "TRUE" to "FALSE". This is a boolean attribute with "False" and " True". I can't do this ...
Lars Reidelbach
May 31, 2012 at 10:11 am
Jun 3, 2012 at 7:42 pm -
Hi All, it looks like a problem to me, but I might be wrong. It seems that Net::LDAP::FilterMatch doesn't cope with filters of the type: (dn=*) (dn=cn=joe doe,ou=somewhere) but it does work neatly if ...
Alexei Znamensky
Apr 22, 2012 at 4:20 pm
Apr 22, 2012 at 9:59 pm -
Hi all, I'd like to announce the availability of a new, working version of Net::LDAP::SimpleServer. A simplistic, minimal configuration, read-only, LDAP server, all written in Perl. Based on ...
Alexei Znamensky
Apr 22, 2012 at 2:47 am
Apr 22, 2012 at 2:47 am -
Dear Net::LDAPers, I'm using Net:LDAP to add/remove user accounts from LDAP. I've created a subroutine that adds the user to a group after their account is already created. I'm trying to add an ...
Prentice Bisbal
Apr 5, 2012 at 5:55 pm
Apr 5, 2012 at 6:21 pm -
I have another Active Directory related question. When I updated a password in AD as an AD aministrator, I get this error: 00002085: AtrErr: DSID-031906A5, #1: 0: 00002085: DSID-031906A5, problem ...
Prentice Bisbal
Mar 7, 2012 at 10:06 pm
Mar 7, 2012 at 10:06 pm -
Okay, I'm sure this error has come up repeatedly on this list, but I've googled and googled, and can't find an answer, probably because "Use of unitialized value" comes up for just about every perl ...
Prentice Bisbal
Mar 7, 2012 at 8:43 pm
Mar 8, 2012 at 5:20 pm -
First let me ask for your forgiveness, I am a perl newbie. We have a little perl script that is currently doing cleartext authentication against Oracle Internet Directory 10G that we've revised to ...
tBM
Feb 23, 2012 at 10:19 pm
Feb 25, 2012 at 10:32 am -
Dear Folks, We use a lot of busy OpenLDAP servers and a lot of Perl, with persistent Net::LDAP connections to the servers. The problem is: How good is the connection to the server? I found that: { my ...
Nick Urbanik
Feb 22, 2012 at 5:21 am
Feb 23, 2012 at 3:21 am -
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 ...
Graham Barr
Feb 3, 2012 at 6:43 pm
Feb 3, 2012 at 6:43 pm -
I am trying to use a slightly modified version of the Net::LDAP example scripts with paging and callbacks against Oracle Internet directory. I am using perl 5.14.2 and very fresh versions of all the ...
John Devitofranceschi
Jan 19, 2012 at 1:35 am
Jan 19, 2012 at 8:44 pm -
Dear Folks, I am writing Perl software to manage our OpenLDAP cluster using the slapo.ppolicy overlay to manage password policy. I'm hoping to get this into production very soon. My problem: how to ...
Nick Urbanik
Nov 30, 2011 at 10:22 pm
Dec 13, 2011 at 3:49 pm -
UNCLASSIFIED Hey Guys, I think there is a problem with Net::LDAP using start_tls with later versions of IO::Socket::SSL. I've just tryed to get perl-ldap-0.43 working with IO-Socket-SSL-1.49, but I ...
Hart, Matthew MR 2
Nov 2, 2011 at 6:09 am
Jan 23, 2012 at 11:19 pm
Group Overview
| group | ldap
|
| categories | perl |
| discussions | 1,026 |
| posts | 3,716 |
| users | 684 |
| website | ldap.perl.org |
Top users
Archives
- May 2013 (15)
- April 2013 (20)
- March 2013 (9)
- January 2013 (16)
- December 2012 (6)
- November 2012 (5)
- October 2012 (6)
- September 2012 (19)
- July 2012 (1)
- June 2012 (4)
- May 2012 (1)
- April 2012 (9)
- March 2012 (5)
- February 2012 (17)
- January 2012 (9)
- November 2011 (4)
- October 2011 (7)
- September 2011 (14)
- August 2011 (15)
- July 2011 (14)
- June 2011 (1)
- May 2011 (8)
- April 2011 (15)
- March 2011 (17)
- February 2011 (24)
- January 2011 (7)
- December 2010 (4)
- November 2010 (6)
- October 2010 (11)
- September 2010 (17)
- August 2010 (5)
- July 2010 (15)
- June 2010 (5)
- May 2010 (1)
- April 2010 (19)
- March 2010 (31)
- February 2010 (47)
- January 2010 (23)
- December 2009 (37)
- November 2009 (19)
- October 2009 (4)
- September 2009 (24)
- July 2009 (17)
- June 2009 (16)
- May 2009 (24)
- April 2009 (14)
- March 2009 (23)
- February 2009 (12)
- January 2009 (31)
- December 2008 (24)
- November 2008 (12)
- October 2008 (37)
- September 2008 (23)
- August 2008 (44)
- July 2008 (55)
- June 2008 (13)
- May 2008 (15)
- April 2008 (41)
- March 2008 (28)
- February 2008 (24)
- January 2008 (31)
- December 2007 (24)
- November 2007 (7)
- October 2007 (5)
- September 2007 (10)
- August 2007 (12)
- July 2007 (25)
- June 2007 (27)
- May 2007 (30)
- April 2007 (18)
- March 2007 (21)
- February 2007 (44)
- January 2007 (17)
- December 2006 (48)
- November 2006 (29)
- October 2006 (19)
- September 2006 (53)
- August 2006 (61)
- July 2006 (14)
- June 2006 (59)
- May 2006 (76)
- April 2006 (12)
- March 2006 (58)
- February 2006 (39)
- January 2006 (107)
- December 2005 (30)
- November 2005 (37)
- October 2005 (26)
- September 2005 (108)
- August 2005 (77)
- July 2005 (35)
- June 2005 (33)
- May 2005 (43)
- April 2005 (58)
- March 2005 (66)
- February 2005 (16)
- January 2005 (46)
- December 2004 (13)
- November 2004 (52)
- October 2004 (50)
- September 2004 (34)
- August 2004 (71)
- July 2004 (78)
- June 2004 (73)
- May 2004 (26)
- April 2004 (87)
- March 2004 (55)
- February 2004 (39)
- January 2004 (39)
- December 2003 (93)
- November 2003 (51)
- October 2003 (65)
- September 2003 (48)
- August 2003 (86)
- July 2003 (49)
- June 2003 (64)
- May 2003 (186)
- April 2003 (42)
