Grokbase Groups Perl ldap
FAQ

Search Discussions

1,026 discussions - 3,716 posts

  • 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 AsenjoNatxo Asenjo
    May 16, 2013 at 9:40 pm
    May 16, 2013 at 9:40 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 WegscheidDoug 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 GaberBrian 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 - HobokenZachary, 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 DragosIgnatescu 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 MarschallPeter 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 MarschallPeter 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 AsenjoNatxo 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 AsenjoNatxo 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-MountQuanah 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-MountQuanah 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 MarschallPeter 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-MountQuanah 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 GrolmsAchim 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-HartZachary 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 MarschallPeter 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 KhetanGirish 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 MurugesanBakkiaraj 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 MARCOMILITA 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 MarschallPeter 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 MarschallPeter 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 MarschallPeter 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 DevitofranceschiJohn 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 LevijevVladimir 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 LevijevVladimir 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 MarschallPeter 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 MarschallPeter 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-MountQuanah 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 MarschallPeter 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, KyleStierwalt, 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 DiezPablo Calderon Diez
    Sep 13, 2012 at 3:37 pm
    Sep 13, 2012 at 5:34 pm
  • Which is better to use for secure ldap? Net::LDAP Net::LDAPS Looks like Net::LDAP sees more updates than Net::LDAPS
    tBMtBM
    Sep 6, 2012 at 2:23 pm
    Sep 6, 2012 at 6:00 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 MarschallPeter 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 MarschallPeter 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_newsChris_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 WilkinsonHoward 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 WilkinsonHoward 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 ReidelbachLars 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 ZnamenskyAlexei 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 ZnamenskyAlexei 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 BisbalPrentice 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 BisbalPrentice 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 BisbalPrentice 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 ...
    tBMtBM
    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 UrbanikNick 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 BarrGraham 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 DevitofranceschiJohn 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 UrbanikNick 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 2Hart, Matthew MR 2
    Nov 2, 2011 at 6:09 am
    Jan 23, 2012 at 11:19 pm
Group Navigation
period‹ prev | Latest | first ›

Top users

Chris Ridd: 485 posts Gbarr: 463 posts Peter: 271 posts Quanah Gibson-Mount: 68 posts Quanah Gibson-Mount: 56 posts Achim Grolms: 53 posts Christopher A Bongaarts: 38 posts Dieter Kluenter: 34 posts Andrej: 34 posts Prentice Bisbal: 32 posts Don C. Miller: 32 posts Marc Chantreux: 30 posts Claude: 28 posts Hirmke Michael: 28 posts Czachary: 27 posts Justin Alcorn: 25 posts Giuoco, Aaron: 24 posts Buchan Milne: 23 posts Eric Nichols: 22 posts Peter Karman: 21 posts
show more
Archives