Xavier Guimard > Apache-Session-LDAP-0.02 > Apache::Session::LDAP

Download:
Apache-Session-LDAP-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

Apache::Session::LDAP - An implementation of Apache::Session

SYNOPSIS ^

  use Apache::Session::LDAP;
  tie %hash, 'Apache::Session::DB_File', $id, {
    ldapServer       => 'ldap://localhost:389',
    ldapConfBase     => 'dmdName=applications,dc=example,dc=com',
    ldapBindDN       => 'cn=admin,dc=example,dc=com',
    ldapBindPassword => 'pass',
  };

DESCRIPTION ^

This module is an implementation of Apache::Session. It uses an LDAP directory to store datas.

AUTHOR ^

Xavier Guimard, <guimard@>

COPYRIGHT AND LICENSE ^

Copyright (C) 2009 by Xavier Guimard

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO ^

Apache::Session