summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-13 17:27:21 +0200
committerGünther Deschner <gd@samba.org>2009-11-06 12:44:15 +0100
commit5e266225108aa3335476cbe1214cc0f484c4fd02 (patch)
tree8e88a3bd3fc3dc898a7c5b04530e94403e3e630f /source3/winbindd
parent4ffbfc4475c92b9190811bd189802ff265aa6846 (diff)
downloadsamba-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/winbindd')
-rw-r--r--source3/winbindd/winbindd_pam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index 43f81f79ae..755f703d63 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -627,6 +627,7 @@ static NTSTATUS winbindd_raw_kerberos_login(struct winbindd_domain *domain,
true,
true,
WINBINDD_PAM_AUTH_KRB5_RENEW_TIME,
+ NULL,
info3);
if (!internal_ccache) {
gain_root_privilege();