I'm using kerberos authentication to login to ActiveDirectory. I'm doing it with GSSAPI.
Currently, I'm using krb5.conf file, that describes the realms, encryption algs and more, and the authentication works fine.
I would like avoid using this file. Can I programmatically configure kerberos, without using this file?
Thanks.