Configuration for Java Authentication and Authorization Service on WebSphere
- Navigate to the WAS_HOMEprofiles<ProfileName>properties directory for your LSF profile name.
-
Using a text editor, open the
wsjaas.conf
file -
Add the following to the end of the file.
spnego-client { com.ibm.security.auth.module.Krb5LoginModule required; }; spnego-server {
com.ibm.security.auth.module.Krb5LoginModule required useDefaultCcache=false credsType=both tryFirstPass=true forwardable=true noAddress=true;
};In the example above, the text in bold must be all on one line.
- Save the file.