Skip to content

Instantly share code, notes, and snippets.

@mefarazath
Last active November 29, 2016 12:41
Show Gist options
  • Save mefarazath/06778de9d2bf8bbb86cd8e36696fd536 to your computer and use it in GitHub Desktop.
Save mefarazath/06778de9d2bf8bbb86cd8e36696fd536 to your computer and use it in GitHub Desktop.
Server {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=false
storeKey=true
useTicketCache=false
isInitiator=false;
};
Client {
com.sun.security.auth.module.Krb5LoginModule required
useTicketCache=false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment