diff options
author | Günther Deschner <gd@samba.org> | 2008-10-13 17:27:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-06 12:44:15 +0100 |
commit | 5e266225108aa3335476cbe1214cc0f484c4fd02 (patch) | |
tree | 8e88a3bd3fc3dc898a7c5b04530e94403e3e630f /source3/include | |
parent | 4ffbfc4475c92b9190811bd189802ff265aa6846 (diff) | |
download | samba-5e266225108aa3335476cbe1214cc0f484c4fd02.tar.gz samba-5e266225108aa3335476cbe1214cc0f484c4fd02.tar.bz2 samba-5e266225108aa3335476cbe1214cc0f484c4fd02.zip |
s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ae35e04aa3..0dbc1c7fed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1707,6 +1707,7 @@ NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, bool request_pac, bool add_netbios_addr, time_t renewable_time, + const char *impersonate_princ_s, struct PAC_DATA **pac_ret); NTSTATUS kerberos_return_info3_from_pac(TALLOC_CTX *mem_ctx, const char *name, @@ -1718,6 +1719,7 @@ NTSTATUS kerberos_return_info3_from_pac(TALLOC_CTX *mem_ctx, bool request_pac, bool add_netbios_addr, time_t renewable_time, + const char *impersonate_princ_s, struct netr_SamInfo3 **info3); /* The following definitions come from libads/cldap.c */ |