-
-
08 Nov 1998 23:50:37 UTC
- Distribution: Apache-TransLDAP
- Module version: 0.20
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (45 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Apache::TransLDAP - An Apache+mod_perl Trans Handler
SYNOPSIS
PerlSetVar LDAPServer ldaphost.my.org # Default: localhost PerlSetVar LDAPPort 389 # Default: 389 PerlSetVar LDAPBase o=My,c=US # Default: Empty String PerlSetVar UIDAttr uid # Default: uid PerlSetVar URIAttr labeledURI # Default: labeledURI PerlTransHandler Apache::TransLDAP
DESCRIPTION
This module is designed to work with mod_perl and my Net::LDAPapi module (http://www.wwa.com/~donley/). Future versions will use PerLDAP.
This is mostly an example of how a Trans handler can be implemented in Perl. Be sure to enable Trans handlers when configuring and installing mod_perl.
I welcome feedback on this module and any others I've developed.
AUTHOR
Clayton Donley <donley@wwa.com> http://www.wwa.com/~donley/
COPYRIGHT
Copyright (c) 1998 Clayton Donley - All Rights Reserved
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Apache::TransLDAP, copy and paste the appropriate command in to your terminal.
cpanm Apache::TransLDAP
perl -MCPAN -e shell install Apache::TransLDAP
For more information on module installation, please visit the detailed CPAN module installation guide.