LEMONLDAP::NG : accounting in CGI.pm when using ModPerl::Registry

This commit is contained in:
Xavier Guimard 2008-11-06 09:06:51 +00:00
parent 5c7468b6e5
commit 54d163a88f

View File

@ -43,6 +43,9 @@ sub authenticate {
}
}
}
# Accounting : set user in apache logs
$self->lmSetApacheUser($self->r, $datas->{$whatToTrace});
return 1;
}