summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-24 13:24:29 +0200
committerVolker Lendecke <vl@samba.org>2012-04-24 15:04:13 +0200
commitd38a171a43d3298d64adfa2a2869e84e560d3107 (patch)
treef17eaab0cb32a9922ad38220e7796a2fab54fae4 /lib/krb5_wrap
parent374ca0bd26c0a5f1ab77497eafc1e98a420c86a5 (diff)
downloadsamba-d38a171a43d3298d64adfa2a2869e84e560d3107.tar.gz
samba-d38a171a43d3298d64adfa2a2869e84e560d3107.tar.bz2
samba-d38a171a43d3298d64adfa2a2869e84e560d3107.zip
s3: Attempt to fix the build without kerberos
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/krb5_wrap')
-rw-r--r--lib/krb5_wrap/krb5_samba.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h
index 70aebdb2c7..6a0f9dc2fd 100644
--- a/lib/krb5_wrap/krb5_samba.h
+++ b/lib/krb5_wrap/krb5_samba.h
@@ -210,18 +210,17 @@ char *smb_get_krb5_error_message(krb5_context context,
krb5_error_code code,
TALLOC_CTX *mem_ctx);
-int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx,
- const char *principal, time_t time_offset,
- DATA_BLOB *ticket, DATA_BLOB *session_key_krb5,
- uint32_t extra_ap_opts, const char *ccname,
- time_t *tgs_expire,
- const char *impersonate_princ_s);
-
bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx,
DATA_BLOB *edata,
DATA_BLOB *edata_out);
#endif /* HAVE_KRB5 */
+int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx,
+ const char *principal, time_t time_offset,
+ DATA_BLOB *ticket, DATA_BLOB *session_key_krb5,
+ uint32_t extra_ap_opts, const char *ccname,
+ time_t *tgs_expire,
+ const char *impersonate_princ_s);
#endif /* _KRB5_SAMBA_H */