1Apache::Session::LDAP(3U)ser Contributed Perl DocumentatiAopnache::Session::LDAP(3)
2
3
4

NAME

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

SYNOPSIS

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           ldapVerify           => 'require',
19           ldapCAFile           => '/etc/pki/tls/certs/ca-bundle.crt',
20         };
21

DESCRIPTION

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

AUTHOR

27       Xavier Guimard, <x.guimard@free.fr>
28
30       Copyright (C) 2009, 2012 by Xavier Guimard Copyright (C) 2014, 2015 by
31       Clement Oudot
32
33       This library is free software; you can redistribute it and/or modify it
34       under the same terms as Perl itself, either Perl version 5.10.0 or, at
35       your option, any later version of Perl 5 you may have available.
36

SEE ALSO

38       Apache::Session
39
40
41
42perl v5.32.0                      2020-09-06          Apache::Session::LDAP(3)
Impressum