diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index 3ca5cce34..7e966fa46 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -488,7 +488,7 @@ andMultipleBookingsField: (NSString *) newMultipleBookingsField didBind = NO; - if ([_login length] > 0) + if ([_login length] > 0 && [_pwd length] > 0) { bindConnection = [[NGLdapConnection alloc] initWithHostName: hostname port: port];