Member since
07-27-2018
5
Posts
0
Kudos Received
0
Solutions
08-02-2018
09:03 AM
Hi , I have added the krb5.conf file
... View more
08-02-2018
09:03 AM
yes that was by mistake. The Realm name is as per you mentioned. But still i am facing this issue. Is this a configuration error or something else ?
... View more
07-31-2018
11:45 AM
password-based kinit is used. The output of the klist -kte mykey.keytab :- Key tab: myKey.keytab, 1 entry found. [1] Service principal: HTTP/xyz@myCom.global.ad KVNO: 4
... View more
07-30-2018
07:06 AM
krb5.conf looks like this [libdefaults]
ticket_lifetime = 10 default_realm = TEST.GLOBAL.AD
default_keytab_name = file:///C:/Windows/myKeytab.kettab
dns_lookup_realm = false dns_lookup_kdc = true default_tkt_enctypes = rc4-hmac
default_tgs_enctypes = rc4-hmac
permitted_enctypes = rc4-hmac
udp_perference_limit = 0
default_principal_flags = +renewable
[realms] MISYS.GLOBAL.AD = {
kdc = (AD IP) } [appdefaults] autologin = true
forward = true forwardable = true encrypt = true
... View more
07-27-2018
10:18 AM
Hi , I am currently facing this issue when I'm trying to execute the acceptSecContext() method. Is this because RC4 with HMAC has been depreciated?
... View more