X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fauth-krb5.c;h=8f199564d1612f352cbbe6781052e8081652d766;hb=f2c559da411213b4366ee179ba6cd7e853982f9e;hp=9e292184cccb6bfc7acd891e747f93e61fb42791;hpb=d9f89ef5daa6375fc4ff257826fa39562fbe3ac3;p=doldaconnect.git diff --git a/daemon/auth-krb5.c b/daemon/auth-krb5.c index 9e29218..8f19956 100644 --- a/daemon/auth-krb5.c +++ b/daemon/auth-krb5.c @@ -266,7 +266,7 @@ static void setrenew(struct krb5data *data) data->renewtimer = timercallback(good, (void (*)(int, void *))renewcreds, data); } -static int krbauth(struct authhandle *auth, char *passdata) +static int krbauth(struct authhandle *auth, struct socket *sk, char *passdata) { int ret; struct krb5data *data; @@ -594,7 +594,8 @@ static void terminate(void) static struct configvar myvars[] = { - /** The name of the service principal to use. */ + /** The name of the service principal to use for Kerberos V + * authentication. */ {CONF_VAR_STRING, "service", {.str = L"doldacond"}}, /** The path to an alternative keytab file. If unspecified, the * system default keytab will be used. */