Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Net::LDAPapi 3.0.0

    Download button

    No screenshots available
    Downloads: 290  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.6/5)
    3 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Clayton Donley | More programs
    Perl Artistic License / FREE
    August 2nd, 2007, 18:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::LDAPapi description

    Net::LDAPapi is a Perl5 Module Supporting LDAP API.

    Net::LDAPapi is a Perl5 Module Supporting LDAP API.

    This module allows Perl programmers to access and manipulate an LDAP based Directory.

    Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, I've added named arguments.

    THE INTIAL CONNECTION

    All connections to the LDAP server are started by creating a new "blessed object" in the Net::LDAPapi class. This can be done quite easily by the following type of statement.

    $ld = new Net::LDAPapi($hostname);

    Where $hostname is the name of your LDAP server. If you are not using the standard LDAP port (389), you will also need to supply the portnumber.

    $ld = new Net::LDAPapi($hostname, 15555);

    The new method can also be called with named arguments.

    $ld = new Net::LDAPapi(-host=>$hostname, -port=>15389);

    Instead of the above mentioned argumens -url can be used in the following form

    $ld = new Net::LDAPapi(-url=>"ldap://host:port");

    Setting -debug=>"TRUE" will enable more verbose error messages.

    Note that with named arguments, the order of the arguments is insignificant.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    LDAP API | Net::LDAP class | Perl module | Net::LDAPapi | Net::LDAP | LDAP

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM