Merge branch 'upstream-master' into merge-from-upstream

Conflicts:
	SoObjects/SOGo/LDAPSource.m
	SoObjects/SOGo/SOGoUserManager.m
This commit is contained in:
Julio García
2015-06-02 12:27:20 +02:00
152 changed files with 6559 additions and 625 deletions
+1 -1
View File
@@ -737,7 +737,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
}
NS_HANDLER
{
if ([[localException name] isEqual: @"LDAPException"] &&
if ([[localException name] isEqual: @"LDAPException"] &&
([[[localException userInfo] objectForKey: @"error_code"] intValue] == LDAP_CONSTRAINT_VIOLATION))
{
*perr = PolicyInsufficientPasswordQuality;