Questions tagged [keytab]
110 questions
0
votes
1 answer
fingers for KeyTapGesture in leap motion
I want to make an application for typing character which corresponding with specific finger. I have tried with finger.isExtended to sense which finger is "stroke" or bend, but the movement of the fingers should be maximum to be detected using this…

Limavolt
- 811
- 1
- 14
- 26
0
votes
1 answer
Configuring Tomcat 6 with multiple SPNs
I'm trying to configure Tomcat 6 on Windows server 2008 to use recognise multiple Kerberos tickets but not having much luck.
I've got a single keytab containing multiple SPNs but seem to only be able to specify a single principal name in the spnego…
-1
votes
1 answer
Keytab file authentication check
I have a query, I have created a user and generated keytab file from it but I want to test it with the credentials before sharing this file is there any way to achieve this, I know the username password and all the relevant information.

karnish
- 79
- 1
- 10
-1
votes
1 answer
Passing keytab location programmatically is failing (Kafka / Kerberos)
I am trying to pass the value of keytab in my zookeeper-jass.conf file.
I am retrieving it using the following code:
String baseDirectory = System.getProperty("user.dir");
baseDirectory = baseDirectory.replace("\\", "/");
String keyTabPath =…

test dummy
- 81
- 4
- 11
-1
votes
1 answer
kerberos authentication- functional group
I have some AD users, which are linked to a functional group. My question is how to mention this functional group into keytab command? as per my understanding keytab uses AD username and password. Also is it mandatory to mention password in keytab…

Satish
- 19
- 3