[jboss-jira] [JBoss JIRA] (SECURITY-473) Add documentation for IBM JRE
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Oct 30 07:56:02 EDT 2012
[ https://issues.jboss.org/browse/SECURITY-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated SECURITY-473:
--------------------------------------
Fix Version/s: Negotiation_2_1_3
(was: Negotiation_2_1_2)
> Add documentation for IBM JRE
> -----------------------------
>
> Key: SECURITY-473
> URL: https://issues.jboss.org/browse/SECURITY-473
> Project: PicketBox
> 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_1_3
>
>
> 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, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list