[jboss-jira] [JBoss JIRA] Updated: (SECURITY-473) Add documentation for IBM JRE
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Sat Nov 20 15:52:53 EST 2010
[ https://jira.jboss.org/browse/SECURITY-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated SECURITY-473:
--------------------------------------
Assignee: Anil Saldhana (was: Darran Lofthouse)
> Add documentation for IBM JRE
> -----------------------------
>
> Key: SECURITY-473
> URL: https://jira.jboss.org/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: Anil Saldhana
> Fix For: Negotiation_2.0.3.SP4 , 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list