summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-02-21 18:56:04 +0100
committerGünther Deschner <gd@samba.org>2014-03-12 10:13:20 +0100
commit1270e35ba70a4e4881512d375c767023512f67bd (patch)
treee64e3bdf1912577e3d8c253d4219d27be81cf090 /source3/libads/kerberos_proto.h
parent35a1ed22f65473fabb2f4846f6d2b50da1847f6a (diff)
downloadsamba-1270e35ba70a4e4881512d375c767023512f67bd.tar.gz
samba-1270e35ba70a4e4881512d375c767023512f67bd.tar.xz
samba-1270e35ba70a4e4881512d375c767023512f67bd.zip
s3-kerberos: return a full PAC in kerberos_return_pac().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libads/kerberos_proto.h')
-rw-r--r--source3/libads/kerberos_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libads/kerberos_proto.h b/source3/libads/kerberos_proto.h
index 1151d66cd1..b2f74865af 100644
--- a/source3/libads/kerberos_proto.h
+++ b/source3/libads/kerberos_proto.h
@@ -32,7 +32,7 @@
#include "system/kerberos.h"
-struct PAC_LOGON_INFO;
+struct PAC_DATA;
#include "libads/ads_status.h"
@@ -78,7 +78,7 @@ NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx,
time_t renewable_time,
const char *impersonate_princ_s,
const char *local_service,
- struct PAC_LOGON_INFO **logon_info);
+ struct PAC_DATA **pac_data);
/* The following definitions come from libads/krb5_setpw.c */