summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 970311d5ca..6c3ab75340 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -393,8 +393,9 @@ got_connection:
return ADS_ERROR(LDAP_OPERATIONS_ERROR);
}
- /* cache the successful connection */
+ /* cache the successful connection for workgroup and realm */
saf_store( ads->server.workgroup, inet_ntoa(ads->ldap_ip));
+ saf_store( ads->server.realm, inet_ntoa(ads->ldap_ip));
ldap_set_option(ads->ld, LDAP_OPT_PROTOCOL_VERSION, &version);