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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 49:
Non-ASCII character seen before =encoding in 'Färber'. Assuming UTF-8