logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Apache::Session::Browseable::LDAP - An implementation of Apache::Session::LDAP

Description

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

Name

       Apache::Session::Browseable::LDAP - An implementation of Apache::Session::LDAP

See Also

       Apache::Session

perl v5.40.1                                       2025-04-12             Apache::Session::Browseable::LDAP(3pm)

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',
         };