Added a wise NSLog call to give more clue to users about a misconfiguration of the

SOGoLDAPSources.

Monotone-Parent: 6c02bf9631ff4ffa77f3dd2068fdf632d29bcc25
Monotone-Revision: 7b8ed9c4b20f7511d8c8423f497d9006d548729d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-10-20T14:04:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-10-20 14:04:09 +00:00
parent 1476b9f8cd
commit 39af916d68
+1
View File
@@ -253,6 +253,7 @@ static int sizeLimit;
}
NS_HANDLER
{
NSLog(@"Could not bind to the LDAP server %@ (%d) using the bind DN: %@", hostname, port, bindDN);
b = NO;
}
NS_ENDHANDLER;