On 29. April 2014 20:28:14 MESZ, "Troyer, Ron" <arthur.tro...@honeywell.com> 
wrote:
>Hi,
>
>I am new to Tomcat and need some guidance.
>
>I am trying to setup a Tomcat 7.0.53 instance on a Windows 7 box, using
>JDK 1.7_51.  
>
>I have read the section of the documentation about Windows
>Authentication, but I am confused at this point.  From the
>documentation I have been unable to determine how to configure my
>realms and JAAS to authenticate with SPNEGO and authorize with a
>database lookup.  For one thing I don't understand the difference
>between the krb5 initiate and accept entries in the example JAAS
>configuration.  Looking at the documentation for the Realms, it looks
>like I want to specify a JAASRealm of some sort.  From other things I
>have done, I think I need to make the Krb5LoginModule as requisite and
>use some other login module to do the DB lookup for the roles.

You can use the DataSourceRealm as written in the windows authentication 
section.
Tomcat will use the user and role definitions, but ignore the passwords.

Regards
 Felix
>
>I am sure someone has had to do this in the past, and I am hoping they
>can show me how to do it.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to