diff options
author | Simo Sorce <idra@samba.org> | 2012-04-02 23:41:32 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:43 +0200 |
commit | 1f1e4275b5fafbad1b5719f5efba7ee66f6d3037 (patch) | |
tree | bb45931ea2e62c9c6cf3a1d2ed8094e782ae88a0 /source3/include | |
parent | 46ab21900555ba2f6ef06417095d50f14a2be676 (diff) | |
download | samba-1f1e4275b5fafbad1b5719f5efba7ee66f6d3037.tar.gz samba-1f1e4275b5fafbad1b5719f5efba7ee66f6d3037.tar.bz2 samba-1f1e4275b5fafbad1b5719f5efba7ee66f6d3037.zip |
clikrb5: Move pure krb wrapper functions from libads to clikrb5.
Signed-off-by: Andreas Schneider <asn@samba.org>
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 */ |