Re: Authorization on Linux

2001-01-02 Thread Aaron Knauf
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

Re: Authorization on Linux

2001-01-02 Thread Craig R. McClanahan
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

Authorization on Linux

2001-01-02 Thread Mikael Pahmp
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