Apache::TransLDAP - An Apache+mod_perl Trans Handler


Apache-TransLDAP documentation  | view source Contained in the Apache-TransLDAP distribution.

Index


NAME

Top

Apache::TransLDAP - An Apache+mod_perl Trans Handler

SYNOPSIS

Top

  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

Top

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

Top

Clayton Donley <donley@wwa.com> http://www.wwa.com/~donley/

COPYRIGHT

Top


Apache-TransLDAP documentation  | view source Contained in the Apache-TransLDAP distribution.