1Apache::Session::LDAP(3U)ser Contributed Perl DocumentatiAopnache::Session::LDAP(3)
2
3
4
6 Apache::Session::LDAP - An implementation of Apache::Session
7
9 use Apache::Session::LDAP;
10 tie %hash, 'Apache::Session::LDAP', $id, {
11 ldapServer => 'ldap://localhost:389',
12 ldapConfBase => 'dmdName=applications,dc=example,dc=com',
13 ldapBindDN => 'cn=admin,dc=example,dc=com',
14 ldapBindPassword => 'pass',
15 ldapObjectClass => 'applicationProcess',
16 ldapAttributeId => 'cn',
17 ldapAttributeContent => 'description',
18 };
19
21 This module is an implementation of Apache::Session. It uses an LDAP
22 directory to store datas.
23
25 Xavier Guimard, <x.guimard@free.fr>
26
28 Copyright (C) 2009, 2012 by Xavier Guimard Copyright (C) 2014, 2015 by
29 Clement Oudot
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself, either Perl version 5.10.0 or, at
33 your option, any later version of Perl 5 you may have available.
34
36 Apache::Session
37
38
39
40perl v5.30.1 2020-01-29 Apache::Session::LDAP(3)