diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index c2d4517665..99569998a1 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -121,6 +121,9 @@ krb5_error_code smb_krb5_get_creds(const char *server_s, char *smb_krb5_principal_get_realm(krb5_context context, krb5_principal principal); +char *kerberos_get_principal_from_service_hostname(TALLOC_CTX *mem_ctx, + const char *service, + const char *remote_name); #endif /* HAVE_KRB5 */ |