Hi there, I have set up a JAASRealm for a JAX-RPC web app in Tomcat 4.1.24 (embedded in Sun's JWSDP1.1), setting userClassNames="com.tagish.auth.win32.typed.NTUserPrincipal" and roleClassNames="com.tagish.auth.win32.typed.NTGroupPrincipal".
Calling ServletEndpointContext.getUserPrincipal() returns the first group principal instead of the user principal. I know that the tagish login module is returning the right information because at one stage I implemented application managed security and output the principal class names and values from the subject returned to the login context. So... (take deep breath here) does anyone know if Tomcat is the beast at fault (if so, bug #9944 that was _supposed_ to be fixed in 4.1.6 is back) or am I doing something fundamentally wrong?? Your assistance will be very much appreciated!! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
