[jboss-jira] [JBoss JIRA] Created: (SECURITY-473) Add documentation for IBM JRE

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri Mar 12 12:01:37 EST 2010


Add documentation for IBM JRE
-----------------------------

                 Key: SECURITY-473
                 URL: https://jira.jboss.org/jira/browse/SECURITY-473
             Project: PicketBox (JBoss Security and Identity Management)
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Documentation, Negotiation
    Affects Versions: Negotiation_2.0.3.SP2 
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: Negotiation_2.0.3.SP3, Negotiation_2.0.4.GA


Add documentation for IBM JRE

http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/rzaha/rzahajgssusejaas20.htm
http://www.ibm.com/developerworks/java/jdk/security/50/secguides/jgssDocs/api/com/ibm/security/auth/module/Krb5LoginModule.html

Example: -

  <application-policy name="host-ibm">
     <authentication> 
       <login-module code="com.ibm.security.auth.module.Krb5LoginModule"
           flag="required">
           <module-option name="useKeytab">file:///home/darranl/src/negotiation-as/jboss-5.1.0.GA-vm137/bin/service.keytab</module-option>
           <module-option name="principal">host/testserver at VM137DOMAIN.GSSLAB</module-option>
           <module-option name="credsType">both</module-option>
         
           <module-option name="debug">false</module-option>
        </login-module>
     </authentication>
  </application-policy>

Also see JBAS-4969 the property jboss.security.disable.secdomain.option=true needs to be set.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list