<%perl> if ($settings{an_staticindex} eq "YES") { $m->clear_buffer(); } <& "/$community/index_$lang.mas", password_sent => $password_sent &> % if ($user ne $ENV{REMOTE_USER}) { # shibboleth sets the ENVvar, but we can't get % # $r->user set in time for the redirect to work % # in the autohandler (the auth handler is skipped) % } <%perl> if ($settings{an_staticindex} eq "YES") { $m->abort(Apache2::Const::OK); } <%attr> login_box => "yes" <%args> $password_sent => "n" <%init> $password_sent = "n" unless $password_sent eq "y"; <%once> use Apache2::Const qw(:common);