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         };
22

DESCRIPTION

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

AUTHOR

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

SEE ALSO

39       Apache::Session
40
41
42
43perl v5.28.1                      2019-02-0A8pache::Session::Browseable::LDAP(3)
Impressum