kerberos authentication- functional group

79 views Asked by At

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 command?

Syntax:

ktpass –princ HTTP/@ -mapuser –pass password -crypto all -ptype KRB5_NT_PRINCIPAL –out

1

There are 1 answers

0
John R Smith On
  1. The keytab creation syntax does not accept groups as part of the command arguments.
  2. It is not necessary to mention the password IF you use the +rndPass argument, which randomizes the password. You can either randomize the password or specify it, but you have to pick one or the other. You cannot leave it out.