From eeb126a379d8d473e5e9a519b97bee543fb2b251 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 15 May 2008 16:38:32 +0200 Subject: libads/cldap: store client sitename also keyed by dns domain name. Guenther (This used to be commit 0388b2f0cc4d14b005c5b42f2c17ddcbc8bef12a) --- source3/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/ldap.c') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 99fd645a3d..063645febf 100644 --- a/source3/libads/ldap.c +++ b/source3/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: -- cgit