table of contents
other versions
- buster 0.4-1
- buster-backports 0.5-1~bpo10+1
- testing 0.5-1
- unstable 0.5-1
| Apache::Session::LDAP(3pm) | User Contributed Perl Documentation | Apache::Session::LDAP(3pm) |
NAME¶
Apache::Session::LDAP - An implementation of Apache::SessionSYNOPSIS¶
use Apache::Session::LDAP;
tie %hash, 'Apache::Session::LDAP', $id, {
ldapServer => 'ldap://localhost:389',
ldapConfBase => 'dmdName=applications,dc=example,dc=com',
ldapBindDN => 'cn=admin,dc=example,dc=com',
ldapBindPassword => 'pass',
ldapObjectClass => 'applicationProcess',
ldapAttributeId => 'cn',
ldapAttributeContent => 'description',
};
DESCRIPTION¶
This module is an implementation of Apache::Session. It uses an LDAP directory to store datas.AUTHOR¶
Xavier Guimard, <x.guimard@free.fr>COPYRIGHT AND LICENSE¶
Copyright (C) 2009, 2012 by Xavier Guimard Copyright (C) 2014, 2015 by Clement OudotThis 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| 2015-06-11 | perl v5.20.2 |