mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user