zephyr-im / krb5-go

Go bindings for MIT Kerberos.
Apache License 2.0
2 stars 4 forks source link

How can I get a kvno for keytab, by a separate request, or in another way? #6

Open volodya-nrg opened 1 year ago

volodya-nrg commented 1 year ago

I want to create a keytab, but for that I need a valid kvno. Is it possible to make some kind of http request (or otherwise) to get a kvno?

achernya commented 1 year ago

A keytab ("key table") is a file representing a kerberos principal's credentials. KVNO is a Key Version Number. Keytabs are usually created using the kadmin command by a Kerberos administrator. You probably are interested in the Kerberos documentation in general, not this project.