summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-04-02 23:41:32 -0400
committerAndreas Schneider <asn@samba.org>2012-04-12 12:06:43 +0200
commit1f1e4275b5fafbad1b5719f5efba7ee66f6d3037 (patch)
treebb45931ea2e62c9c6cf3a1d2ed8094e782ae88a0 /source3/libads/kerberos_proto.h
parent46ab21900555ba2f6ef06417095d50f14a2be676 (diff)
downloadsamba-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/libads/kerberos_proto.h')
-rw-r--r--source3/libads/kerberos_proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libads/kerberos_proto.h b/source3/libads/kerberos_proto.h
index 6a7811d652..50c56dc081 100644
--- a/source3/libads/kerberos_proto.h
+++ b/source3/libads/kerberos_proto.h
@@ -52,9 +52,6 @@ bool kerberos_secrets_store_des_salt( const char* salt );
char* kerberos_secrets_fetch_des_salt( void );
char *kerberos_get_default_realm_from_ccache(TALLOC_CTX *mem_ctx);
char *kerberos_get_realm_from_hostname(TALLOC_CTX *mem_ctx, const char *hostname);
-char *kerberos_get_principal_from_service_hostname(TALLOC_CTX *mem_ctx,
- const char *service,
- const char *remote_name);
bool kerberos_secrets_store_salting_principal(const char *service,
int enctype,