Claus Färber > Sys-LDAP-0.10_20060903 > Sys::LDAP

Download:
Sys-LDAP-0.10_20060903.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.10_20060903   Source  

NAME ^

Sys::LDAP - Connects to the LDAP server that serves as the authentication backend for the local system.

SYNOPSIS ^

  use Sys::LDAP;
  $ldap = new Sys::LDAP;

DESCRIPTION ^

The "Sys::LDAP" module connects to the LDAP server that serves as the authentication backend for the local system.

FUNCTIONS ^

new()

Creates a Net::LDAP object using a local configuration file.

If the config paramter is given, this file is read.

If no config paramter is given, several file names are tried (/etc/pam_ldap.conf, /etc/libnss-ldap.conf, /etc/ldap/ldap.conf) to get the configuration.

If /etc/ldap.secret is readable, rootbinddn is used instead of binddn.

AUTHOR ^

Claus A. Färber <perl@faerber.muc.de>

COPYRIGHT ^

Copyright © 2006 Claus A. Färber All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.