-
-
Notifications
You must be signed in to change notification settings - Fork 35
Kerberos incompatibilities #14
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
In standard Kerberos implementations (e.g. MIT Kerberos, Heimdal Kerberos) KRB5CCNAME generally defaults to
FILE:/tmp/krb5cc_<uid>(although a different default may be set via krb5.conf). Currently godap assumes an empty string by default.In standard Kerberos implementations KRB5CCNAME is typically in the form of
type:value, with an implied default ofFILE:for the type. That is, whileKRB5CCNAME="/tmp/cache"is valid, so isKRB5CCNAME="FILE:/tmp/cache", and most software (such as sshd or pam_krb5) uses the latter format, which godap currently does not accept.The KDC is not looked up via SRV records, but specifying it manually doesn't seem to work either: