i config NegotiateKerberos  at jboss
Login as domain user, happen some error

20:24:23,328 DEBUG [SPNEGO] CallbackHandler: [EMAIL PROTECTED]
20:24:23,328 DEBUG [JaasSecurityManagerService] Created [EMAIL PROTECTED]
20:24:23,328 DEBUG [SPNEGO] CachePolicy set to: [EMAIL PROTECTED]
20:24:23,328 DEBUG [JaasSecurityManagerService] setCachePolicy, [EMAIL 
PROTECTED]
20:24:23,328 DEBUG [JaasSecurityManagerService] Added SPNEGO, [EMAIL PROTECTED] 
to map
20:24:23,328 DEBUG [AdvancedWebCallbackHandler] Got 
SecurityAssociationCallback: [EMAIL PROTECTED]
20:24:23,328 DEBUG [AdvancedWebCallbackHandler] Sending back authorization 
header
20:24:23,328 DEBUG [HttpServletRequestResponseValve] Realm returned: null
20:24:27,546 DEBUG [AdvancedWebCallbackHandler] Got NegotiateCallback: [EMAIL 
PROTECTED]
20:24:27,546 DEBUG [AdvancedWebCallbackHandler] Token was Type 1 NTLM
20:24:27,546 DEBUG [HttpServletRequestResponseValve] Realm returned: null
20:24:27,546 DEBUG [AdvancedWebCallbackHandler] Got NegotiateCallback: [EMAIL 
PROTECTED]
20:24:27,546 DEBUG [AdvancedWebCallbackHandler] Token was Type 3 NTLM
20:24:27,546 DEBUG [NegotiateLoginModule] Found NTLM token in SPNEGO: [EMAIL 
PROTECTED]
20:24:27,546 DEBUG [HttpServletRequestResponseValve] Realm returned: null

login-config.xml
<application-policy name="SPNEGO">
          
            <login-module code="org.jboss.security.auth.NegotiateLoginModule" 
flag="required">
              <module-option name="loadBalance">false</module-option>
              <module-option 
name="domainController">192.168.0.31</module-option>
              <module-option name="defaultDomain">TEST</module-option>
            </login-module>
           
        </application-policy>

Web.xml
<login-config>
        <auth-method>Negotiate</auth-method>
       <realm-name>Domain Realm</realm-name>
</login-config>

jboss-web.xml
<jboss-web>
        <security-domain>java:/jaas/SPNEGO</security-domain>
</jboss-web>

context.xml

        



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062404#4062404

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062404
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to