t-dev
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
cc:
Subject: Re: Authorization on Linux
Mikael Pahmp wrote:
> I'm using Tomcat with Apache on a RedHat 6.2 Linux. I use the form-based login mechanism and want to authorize the user logins against
Mikael Pahmp wrote:
> I'm using Tomcat with Apache on a RedHat 6.2 Linux. I use the form-based login
>mechanism and want to authorize the user logins against the users/groups that are
>already defined in Linux. It seems to be possible by implementing an Interceptor.
It is certainily feasible t
I'm using Tomcat with Apache on a RedHat 6.2 Linux. I use the form-based login
mechanism and want to authorize the user logins against the users/groups that are
already defined in Linux. It seems to be possible by implementing an Interceptor.
Has anyone already done this and is willing to share