diff options
author | Michael Adam <obnox@samba.org> | 2008-01-04 22:06:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-04 22:09:36 +0100 |
commit | 7d9d2de39072b3291b95ac3965df0d19f83792b9 (patch) | |
tree | f528b9b1964111e85e2b545779940c750d30a664 /source/libads | |
parent | 465a3b356cffb855e26569d3752f15cac07208c0 (diff) | |
download | samba-7d9d2de39072b3291b95ac3965df0d19f83792b9.tar.gz samba-7d9d2de39072b3291b95ac3965df0d19f83792b9.tar.xz samba-7d9d2de39072b3291b95ac3965df0d19f83792b9.zip |
Add a debug message (when the LDAP server has really been connected).
Michael
Diffstat (limited to 'source/libads')
-rw-r--r-- | source/libads/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c index ae8e1e4d4d0..44560c852db 100644 --- a/source/libads/ldap.c +++ b/source/libads/ldap.c @@ -453,6 +453,7 @@ got_connection: if (ads->ldap.ld == NULL) { return ADS_ERROR(LDAP_OPERATIONS_ERROR); } + DEBUG(3,("Connected to LDAP server %s\n", ads->config.ldap_server_name)); /* cache the successful connection for workgroup and realm */ if (ads_closest_dc(ads)) { |