Apache-AuthzLDAP
view release on metacpan or search on metacpan
AuthzLDAP.pm view on Meta::CPAN
The attribute type name that contains the user's
identification. By default, AuthzUidAttrType is set to uid.
=back
=head1 NOTES
This module has hooks built into it to handle Apache::AuthzCache
version 0.02 and higher passing notes to avoid bugs in the
set_handlers() method in mod_perl versions 1.2x.
=head1 AVAILABILITY
This module is available via CPAN at
http://www.cpan.org/modules/by-authors/id/C/CG/CGILMORE/.
=head1 AUTHORS
Jason Bodnar,
Christian Gilmore <cag@us.ibm.com>
=head1 SEE ALSO
httpd(8), ldap(3), mod_perl(1), slapd(8C)
=head1 COPYRIGHT
Copyright (C) 2004, International Business Machines Corporation
and others. All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the terms of the IBM Public License.
=cut
###############################################################################
###############################################################################
# $Log: AuthzLDAP.pm,v $
# Revision 1.26 2005/05/09 16:36:06 cgilmore
# Updated to version 1.11 based upon Andrew's fix in December.
#
# Revision 1.25 2004/12/06 17:18:40 anyoung
# There was a period where there should have been a comma.
#
# Revision 1.24 2004/12/01 21:44:38 cgilmore
# Now handle LDAP v2 and v3 character escaping methods within distinguished names to better support nested group searches.
#
# Revision 1.23 2003/06/18 16:28:24 cgilmore
# see ChangeLog
#
# Revision 1.22 2003/02/03 23:09:12 cgilmore
# *** empty log message ***
#
# Revision 1.21 2003/02/03 23:08:10 cgilmore
# see ChangeLog
#
# Revision 1.20 2002/04/15 03:24:30 cgilmore
# changed return value for caching purposes to help RT #980
#
# Revision 1.19 2002/03/04 22:53:00 cgilmore
# updated to handle BlueGroups
#
# Revision 1.18 2001/07/17 20:02:49 cgilmore
# updated documentation
#
# Revision 1.17 2001/07/17 20:01:22 cgilmore
# updated documentation
#
# Revision 1.16 2001/07/12 14:18:52 cgilmore
# see ChangeLog
#
# Revision 1.15 2001/05/27 20:47:41 cgilmore
# Added handling for AuthenLDAPServer to query user information
#
# Revision 1.14 2001/05/27 20:27:15 cgilmore
# removed redeclaration of $msg in same scope
#
# Revision 1.13 2001/05/27 20:22:51 cgilmore
# updated docs to reflect new variable names
#
# Revision 1.12 2001/05/27 20:01:12 cgilmore
# see ChangeLog
#
# Revision 1.11 2001/01/08 17:23:47 cgilmore
# fixed nested group bug and better handled pre-1.26 conditions
#
# Revision 1.10 2000/09/26 18:51:21 cgilmore
# updated to Apache from Tivoli namespace and updated pod.
#
# Revision 1.9 2000/08/26 16:41:49 cgilmore
# corrected fetch bug with userinfo. cleaned up debug statements.
#
# Revision 1.8 2000/08/26 15:34:32 cgilmore
# re-designed. See pod.
#
# Revision 1.7 2000/08/26 15:26:46 cgilmore
# re-fixed same bug
#
# Revision 1.6 2000/08/21 14:15:49 cgilmore
# fixed bug that improperly dealt with end-of-line non-quoted groups
#
# Revision 1.5 2000/07/18 15:37:11 cgilmore
# added userbasedn and adding $groups to empty @groups
#
# Revision 1.4 2000/07/17 15:37:06 cgilmore
# added handling of no hits for user in LDAP
#
# Revision 1.3 2000/07/12 18:32:07 cgilmore
# Finally found a hack (using r->notes) around bugs in set_handlers()
# and lookup_uri(). See files for more.
#
# Revision 1.2 2000/06/01 16:18:54 cgilmore
# added Log message
#
###############################################################################
###############################################################################
( run in 2.828 seconds using v1.01-cache-2.11-cpan-c966e8aa7e8 )