mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
Fix a misleading DEBUG message.
At this stage, the (tcp) connection to the LDAP server has not been established, this is what is about to be attempted. What has been succesfully done, is a CLDAP netlogon query. Michael (This used to be commit 71c3c8ad4c92c5f6267b84ee1d207e5e49e9a4ec)
This commit is contained in:
parent
e49c28e604
commit
3f42428f9b
@ -400,7 +400,7 @@ ADS_STATUS ads_connect(ADS_STRUCT *ads)
|
||||
got_connection:
|
||||
|
||||
print_sockaddr(addr, sizeof(addr), &ads->ldap.ss);
|
||||
DEBUG(3,("Connected to LDAP server %s\n", addr));
|
||||
DEBUG(3,("Successfully contacted LDAP server %s\n", addr));
|
||||
|
||||
if (!ads->auth.user_name) {
|
||||
/* Must use the userPrincipalName value here or sAMAccountName
|
||||
|
Loading…
x
Reference in New Issue
Block a user