Questions tagged [krb5.ini]
5 questions
3
votes
1 answer
Where is the krb5.ini file in alter Windows file gone?
at least till Windows XP there was a krb5.ini file if you join a domain with specific settings for the Kerberos REALM. Since Vista or 7 this file is not needed anymore. I am trying to find more information about this but got stuck. Where are the…

Andreas Hubert
- 381
- 6
- 18
1
vote
0 answers
Decrypt Kerberos ticket using keytab
I'm looking for an example to decrypt Kerberos ticket and get the username using keytab file.
I came across the library kerb5, and the function krb5_server_decrypt_ticket_keytab() looks perfect for the job.
I saw a few examples (example 1, example…

Rachel91
- 59
- 4
0
votes
0 answers
Setting realms in Krb5.conf works but can't override using System.setProperty
I'll get straight to the point. I have a default Krb5.conf file which causes issues:
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.lo
[libdefaults]
default realm = EXAMPLE…

Chris Dworczyk
- 3
- 3
0
votes
0 answers
I am trying to use adreno GPU in qualcomm RB5 in ubuntu environment using pyopencl
I am trying to use adreno GPU in qualcomm RB5 in ubuntu environment by using pyopencl. Does anyone have experience of similar project through pyopencl?
import pyopencl as cl
Create a PyOpenCL context
ctx = cl.create_some_context()
Query the…

teddy lee
- 11
- 1
0
votes
2 answers
Windows MIT Kerberos, error 1765328190, krb5_cc_set_flags
I got error with MIT Kerberos, during testing ODBC connection to the HIVE
Credentils cache permissions incorrect (Kerberos error -1765328190)
krb5_cc_set_flags failed
How do you solve this issue?
I made these steps:
I reinstall kfw-4.1-amd64.msi,…
user20531732