summaryrefslogtreecommitdiffstats
path: root/source/libads
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-15 21:43:57 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-15 21:43:57 +0000
commit43e90eb6e331d478013a9c038292f245edc51bd0 (patch)
tree14f578bcb4e96ddc7351d811d7479cc957599236 /source/libads
parent7d9552e9c58e533f451a720c9c9c54b8abf3a454 (diff)
downloadsamba-43e90eb6e331d478013a9c038292f245edc51bd0.tar.gz
samba-43e90eb6e331d478013a9c038292f245edc51bd0.tar.xz
samba-43e90eb6e331d478013a9c038292f245edc51bd0.zip
Updates from HEAD:
- const for PACKS() in lanman.c - change auth to 'account before password' - add help to net rpc {vampire,samsync} - configure updates for sun workshop cc - become_root() around pdb_ calls in auth_util for guest login. Andrew Bartlett
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index d5cd56001be..60427323b0b 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -1790,8 +1790,8 @@ ADS_STATUS ads_server_info(ADS_STRUCT *ads)
p = strchr(ads->config.ldap_server_name, '$');
if (!p || p[1] != '@') {
talloc_destroy(ctx);
+ DEBUG(1, ("ads_server_info: returned ldap server name (%s) does not contain '$@' so was deemed invalid\n", ads->config.ldap_server_name));
SAFE_FREE(ads->config.ldap_server_name);
- DEBUG(1, ("ads_server_info: returned ldap server name did not contain '$@' so was deemed invalid\n"));
return ADS_ERROR(LDAP_DECODING_ERROR);
}