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.