NAME
Apache::Wyrd::Services::PreAuth - Login to Apache::Wyrd::Services::Auth directly
SYNOPSIS
<Directory /www/someplace/preauth>
  SetHandler perl-script
  PerlHandler  Apache::Wyrd::Services::PreAuth
</Directory>
DESCRIPTION
Apache::Wyrd::Services::PreAuth is a much more simple form of the Apache::Wyrd::Services::Auth class of handlers, in that it represents only that step in the process where a Apache::Wyrd::Services::LoginServer object is used to authenticate the user. Typically this is done to provide a login identity before a restricted page/directory is requested, rather than the redirect-to-login-if-unauthorized model that Apache::Wyrd::Services::Auth uses.
Otherwise, it behaves the same as a Apache::Wyrd::Services::PreAuth handler, and uses the same dirconfig parameters.
AUTHOR
Barry King <wyrd@nospam.wyrdwright.com>
SEE ALSO
- Apache::Wyrd
 - 
General-purpose HTML-embeddable perl object
 - Apache::Wyrd::Services::Auth
 - 
Authentication and Authorization handler for the
Apache::Wyrdhierarchy. - Apache::Wyrd::User
 - 
Generic User object for the Wyrd hierarchy.
 
LICENSE
Copyright 2002-2007 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.