Config::LDAPClient

Parse system configuration for LDAP client settings
Download

Config::LDAPClient Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Fowler
  • Publisher web site:
  • http://search.cpan.org/~mfowler/

Config::LDAPClient Tags


Config::LDAPClient Description

Parse system configuration for LDAP client settings Config::LDAPClient is a Perl module to parse system configuration for LDAP client settings.SYNOPSIS use Config::LDAPClient; my $conf = Config::LDAPClient->new(); $conf->parse( 'pam', 'nss', 'libldap', { config => '/etc/custom-ldap.conf', parse => &custom_ldap_parser }, ); print "hosts: ", join(" ", $conf->c_uri), " "; my $ldap = $conf->connect; # Call Net::LDAP methods on $ldap. sub custom_ldap_parser { ... } Requirements: · Perl


Config::LDAPClient Related Software