summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-14 23:23:34 +0200
committerGünther Deschner <gd@samba.org>2010-05-17 12:47:50 +0200
commite3bdff3d67b46277ee59685218bd90f3788b487d (patch)
tree7200fdaa04cda835116cd06d1f6265b4d1befefa /source3/winbindd
parent14ac2bb36ee22be6133ca1d069dc5de6c1891f47 (diff)
downloadsamba-e3bdff3d67b46277ee59685218bd90f3788b487d.tar.gz
samba-e3bdff3d67b46277ee59685218bd90f3788b487d.tar.bz2
samba-e3bdff3d67b46277ee59685218bd90f3788b487d.zip
s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 45747d4a36..5ea5196508 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1152,7 +1152,8 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx,
create_local_private_krb5_conf_for_domain(domain->alt_name,
domain->name,
sitename,
- pss);
+ pss,
+ name);
SAFE_FREE(sitename);
} else {
@@ -1160,7 +1161,8 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx,
create_local_private_krb5_conf_for_domain(domain->alt_name,
domain->name,
NULL,
- pss);
+ pss,
+ name);
}
winbindd_set_locator_kdc_envs(domain);