use krb5_make_principal
This commit is contained in:
@@ -813,9 +813,8 @@ kerberos5_forward(Authenticator *ap)
|
|||||||
|
|
||||||
creds.client = principal;
|
creds.client = principal;
|
||||||
|
|
||||||
ret = krb5_build_principal (context,
|
ret = krb5_make_principal(context,
|
||||||
&creds.server,
|
&creds.server,
|
||||||
strlen(principal->realm),
|
|
||||||
principal->realm,
|
principal->realm,
|
||||||
"krbtgt",
|
"krbtgt",
|
||||||
principal->realm,
|
principal->realm,
|
||||||
|
Reference in New Issue
Block a user