summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/kerberos.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-09-11 23:09:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:39 -0500
commitc0bea2aeb36d4a6b7ed8240d3ed479b2c5c34a16 (patch)
tree5f55d18648ea95db2430aa8e3982997f151a61dd /source4/libcli/auth/kerberos.h
parenta06b88863d165d20123ee19f9313249b870ed2be (diff)
downloadsamba-c0bea2aeb36d4a6b7ed8240d3ed479b2c5c34a16.tar.gz
samba-c0bea2aeb36d4a6b7ed8240d3ed479b2c5c34a16.tar.bz2
samba-c0bea2aeb36d4a6b7ed8240d3ed479b2c5c34a16.zip
r2286: Fixes towards krb5 logins into Samba's CIFS server.
These fixes aim particularly at allowing PAC-less logins, as I don't yet generate a PAC in the lorikeet-heimdal KDC. This is for the benifit of a Kerbeors-enabled domain join, which seems to be progressing quite well! Andrew Bartlett (This used to be commit f5a381094dd5bcbd795a134bc4b8b89901b5e3eb)
Diffstat (limited to 'source4/libcli/auth/kerberos.h')
-rw-r--r--source4/libcli/auth/kerberos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/kerberos.h b/source4/libcli/auth/kerberos.h
index e35079a4ee..9d6a5e81ae 100644
--- a/source4/libcli/auth/kerberos.h
+++ b/source4/libcli/auth/kerberos.h
@@ -65,8 +65,8 @@ krb5_error_code ads_krb5_mk_req(krb5_context context,
const char *principal,
krb5_ccache ccache,
krb5_data *outbuf);
-void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
- DATA_BLOB *auth_data, krb5_ticket *tkt);
+DATA_BLOB get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
+ krb5_ticket *tkt);
NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
krb5_context context,
krb5_auth_context auth_context,