Monotone-Parent: 7b66e7e54c1c3722b44698bd915f6a240a127020

Monotone-Revision: 9ad272d437927aab03282755ff884237e2be9e0f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-30T14:32:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-30 14:32:27 +00:00
parent 03aaceba49
commit fd34f58a5a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-03-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/LDAPSource.m
(-changePasswordForLogin:oldPassword:newPassword:perr:): fixed a
typo that could potentially cause crashes.
2010-03-29 Ludovic Marcotte <lmarcotte@inverse.ca>
SoObjects/Appointments/SOGoWebAppointmentFolder.m

View File

@@ -511,7 +511,7 @@ static NSArray *commonSearchFields;
mod = [NGLdapModification replaceModification: attr];
changes = [NSArray arrayWithObject: mod];
perr = PolicyNoError;
*perr = PolicyNoError;
if ([bindConnection bindWithMethod: @"simple"
binddn: userDN
@@ -850,7 +850,7 @@ static NSArray *commonSearchFields;
ldapConnection = [self _ldapConnection];
qualifier = [self _qualifierForFilter: match];
attributes = [self _searchAttributes];
if ([_scope caseInsensitiveCompare: @"BASE"] == NSOrderedSame)
entries = [ldapConnection baseSearchAtBaseDN: baseDN
qualifier: qualifier