How can I make sure that an authentication/authorisation module is always the 
the last ?  I was thinking of the following case order (e.g. mapping is always 
after authentication, but before authorisation):

Kerberos authentication -> gives u...@realm
ldap authentication       ->  gives user
basic authentication     ->  gives user
mapping authenticated users (e.g. u...@realm to user)   

authorisation based on user or group.


Thank you
Markus

Reply via email to