]
Darran Lofthouse reassigned SECURITY-473:
-----------------------------------------
Assignee: Darran Lofthouse (was: Anil Saldhana)
Add documentation for IBM JRE
-----------------------------
Key: SECURITY-473
URL:
https://issues.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: Darran Lofthouse
Fix For: Negotiation_2.0.3.SP4 , Negotiation_2.1.1
Add documentation for IBM JRE
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/rz...
http://www.ibm.com/developerworks/java/jdk/security/50/secguides/jgssDocs...
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(a)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: