mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix declaration of sudo_krb5_verify() in the case where krb5_verify_user()
is not present. Bug #777
This commit is contained in:
parent
453360666c
commit
b63df21ba5
@ -197,7 +197,7 @@ sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_con
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int
|
int
|
||||||
sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth)
|
sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_conv_callback *callback)
|
||||||
{
|
{
|
||||||
krb5_context sudo_context;
|
krb5_context sudo_context;
|
||||||
krb5_principal princ;
|
krb5_principal princ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user