table of contents
other versions
- bookworm 1.3.11-3
- bookworm-backports 1.3.16-1~bpo12+1
- testing 1.3.16-1
- unstable 1.3.16-1
Apache::Session::Browseable::LDAP(3pm) | User Contributed Perl Documentation | Apache::Session::Browseable::LDAP(3pm) |
NAME¶
Apache::Session::Browseable::LDAP - An implementation of Apache::Session::LDAP
SYNOPSIS¶
use Apache::Session::Browseable::LDAP; tie %hash, 'Apache::Session::Browseable::LDAP', $id, { ldapServer => 'ldap://localhost:389', ldapConfBase => 'dmdName=applications,dc=example,dc=com', ldapBindDN => 'cn=admin,dc=example,dc=com', ldapBindPassword => 'pass', Index => 'uid ipAddr', ldapObjectClass => 'applicationProcess', ldapAttributeId => 'cn', ldapAttributeContent => 'description', ldapAttributeIndex => 'ou', ldapVerify => 'require', ldapCAFile => '/etc/ssl/certs/ca-certificates.crt', };
DESCRIPTION¶
This module is an implementation of Apache::Session. It uses an LDAP directory to store datas.
COPYRIGHT AND LICENSE¶
- 2009-2025 by Xavier Guimard
- 2013-2025 by Clement Oudot
- 2019-2025 by Maxime Besson
- 2013-2025 by Worteks
- 2023-2025 by Linagora
This 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
2025-04-14 | perl v5.36.0 |