Query: apache::session::browseable::store::ldap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Apache::Session::Browseable::Store::LDAP(3pm) User Contributed Perl Documentation Apache::Session::Browseable::Store::LDAP(3pm)NAMEApache::Session::Browseable::Store::LDAP - Use LDAP to store persistent objectsSYNOPSISuse Apache::Session::Browseable::Store::LDAP; my $store = new Apache::Session::Browseable::Store::LDAP; $store->insert($ref); $store->update($ref); $store->materialize($ref); $store->remove($ref);DESCRIPTIONThis module fulfills the storage interface of Apache::Session. The serialized objects are stored in an LDAP directory file using the Net::LDAP Perl module.OPTIONSThis module requires one argument in the usual Apache::Session style. The keys ldapServer, ldapBase, ldapBindDN, ldapBindPassword are required. The key ldapPort is optional. Example: tie %s, 'Apache::Session::Browseable::LDAP', undef, { ldapServer => 'localhost', ldapBase => 'dc=example,dc=com', ldapBindDN => 'cn=admin,dc=example,dc=com', ldapBindPassword => 'pass', Index => 'uid ipAddr', };AUTHORXavier Guimard, <guimard@>COPYRIGHT AND LICENSECopyright (C) 2010 by Xavier Guimard 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 ALSOApache::Session perl v5.14.2 2010-12-08 Apache::Session::Browseable::Store::LDAP(3pm)
Similar Topics in the Unix Linux Community |
---|
Apache Forbidden Error |
I'm trying to read from a file and add to LDAP |
New to Perl-LDAP |
Store number in a directory |
`GLIBCXX_3.4.11' not found |