Apache-AuthenLDAP
view release on metacpan or search on metacpan
AuthenLDAP.pm view on Meta::CPAN
=item B<AuthenExpireTime>
The time in days at which a password expires. By default,
AuthenExpireTime is set to 186.
=back
=over 4
=item B<AuthenExpireRedirect>
The location to which you wish to redirect users whose passwords are
expired. If this value is left blank, the server will respond with a
401 error.
=back
=head1 NOTES
This module has hooks built into it to handle Apache::AuthenCache
version 0.04 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) 2003 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: AuthenLDAP.pm,v $
# Revision 1.14 2003/06/23 18:38:59 cgilmore
# see ChangeLog
#
# Revision 1.13 2003/06/23 18:26:18 cgilmore
# see ChangeLog
#
# Revision 1.12 2002/03/07 22:03:23 cgilmore
# see ChangeLog
#
# Revision 1.11 2001/07/17 19:59:04 cgilmore
# updated documentation
#
# Revision 1.10 2001/07/12 14:14:15 cgilmore
# See ChangeLog
#
# Revision 1.9 2001/07/12 14:06:35 cgilmore
# see ChangeLog
#
# Revision 1.8 2001/05/27 19:38:24 cgilmore
# see ChangeLog
#
# Revision 1.7 2001/01/08 17:30:58 cgilmore
# added handling of blank userid and better handled set_handlers workaround
#
# Revision 1.6 2001/01/08 17:26:35 cgilmore
# released
#
# Revision 1.5 2000/09/26 18:26:54 cgilmore
# updated to Apache-general from Tivoli namespace. Updated pod.
#
# Revision 1.4 2000/08/26 15:33:04 cgilmore
# re-designed. See pod.
#
# Revision 1.3 2000/08/21 14:06:45 cgilmore
# *** empty log message ***
#
# Revision 1.2 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.1 2000/06/01 16:19:04 cgilmore
# Initial revision
#
###############################################################################
###############################################################################
( run in 1.675 second using v1.01-cache-2.11-cpan-2398b32b56e )