ore.4.2.1.source-code.jaas.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
QuestDB is High Performance Time Series Database
Krb5KeyTabLoginContext
{
com.sun.security.auth.module.Krb5LoginModule required principal="${questkrb.principal}" doNotPrompt=true useKeyTab=true keyTab="${questkrb.keytab}" storeKey=true;
};