summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-13 17:29:22 +0200
committerGünther Deschner <gd@samba.org>2009-11-06 13:31:17 +0100
commit60bf0eb60788a5d4dc5de24997c5efda64f2bd73 (patch)
treea2143d72bc4dbac43d8476a4b3c0ab0a78af3309 /source3/rpc_client
parent6ca8a40976f86f66713ba9a7b957f97a1c271016 (diff)
downloadsamba-60bf0eb60788a5d4dc5de24997c5efda64f2bd73.tar.gz
samba-60bf0eb60788a5d4dc5de24997c5efda64f2bd73.tar.bz2
samba-60bf0eb60788a5d4dc5de24997c5efda64f2bd73.zip
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index e150059bcc..c6498701eb 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -1502,7 +1502,7 @@ static NTSTATUS create_krb5_auth_bind_req( struct rpc_pipe_client *cli,
/* Create the ticket for the service principal and return it in a gss-api wrapped blob. */
ret = cli_krb5_get_ticket(a->service_principal, 0, &tkt,
- &a->session_key, (uint32)AP_OPTS_MUTUAL_REQUIRED, NULL, NULL);
+ &a->session_key, (uint32)AP_OPTS_MUTUAL_REQUIRED, NULL, NULL, NULL);
if (ret) {
DEBUG(1,("create_krb5_auth_bind_req: cli_krb5_get_ticket for principal %s "