From 1f1e4275b5fafbad1b5719f5efba7ee66f6d3037 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 2 Apr 2012 23:41:32 -0400 Subject: clikrb5: Move pure krb wrapper functions from libads to clikrb5. Signed-off-by: Andreas Schneider --- source3/include/krb5_protos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/krb5_protos.h') 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 */ -- cgit