1Apache::Session::BrowseUasbelre:C:oLnDtArPi(b3u)ted PerlApDaocchuem:e:nSteastsiioonn::Browseable::LDAP(3)
2
3
4

NAME

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

SYNOPSIS

10         use Apache::Session::Browseable::LDAP;
11         tie %hash, 'Apache::Session::Browseable::LDAP', $id, {
12           ldapServer           => 'ldap://localhost:389',
13           ldapConfBase         => 'dmdName=applications,dc=example,dc=com',
14           ldapBindDN           => 'cn=admin,dc=example,dc=com',
15           ldapBindPassword     => 'pass',
16           Index                => 'uid ipAddr',
17           ldapObjectClass      => 'applicationProcess',
18           ldapAttributeId      => 'cn',
19           ldapAttributeContent => 'description',
20           ldapAttributeIndex   => 'ou',
21           ldapVerify           => 'require',
22           ldapCAFile           => '/etc/pki/tls/certs/ca-bundle.crt',
23         };
24

DESCRIPTION

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

AUTHOR

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

SEE ALSO

41       Apache::Session
42
43
44
45perl v5.34.0                      2022-03-0A9pache::Session::Browseable::LDAP(3)
Impressum