From 47942cd703065da7df782ae6fa0ee6525bd79ef8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 15 May 2008 16:38:32 +0200 Subject: [PATCH] libads/cldap: store client sitename also keyed by dns domain name. Guenther (cherry picked from commit 0388b2f0cc4d14b005c5b42f2c17ddcbc8bef12a) --- source/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libads/ldap.c b/source/libads/ldap.c index 99fd645a3d0..063645febf7 100644 --- a/source/libads/ldap.c +++ b/source/libads/ldap.c @@ -249,6 +249,7 @@ bool ads_try_connect(ADS_STRUCT *ads, const char *server ) /* Store our site name. */ sitename_store( cldap_reply.domain, cldap_reply.client_site); + sitename_store( cldap_reply.dns_domain, cldap_reply.client_site); ret = true; out: -- 2.11.4.GIT