mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 02:25:25 +00:00
See ChangeLog.
Monotone-Parent: d44813d7233d6d5cad1ae38fa520e06886d97b83 Monotone-Revision: 67ceb1cbca26597fa55e31fb97e198f72e72f1df Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-01-27T16:01:24 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.5a
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2011-01-27 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/LDAPSource.m
|
||||
(-checkLogin:password:perr:expire:grace:): the caching of the DN
|
||||
is now performed only if the DN was found.
|
||||
|
||||
* SoObjects/Mailer/SOGoDraftObject.m (-save): we no longer use the
|
||||
relative URL of the draft folder when it must be created. This
|
||||
fixes an issue when using a subfolder as the drafts folder.
|
||||
|
||||
@@ -489,11 +489,11 @@ static NSArray *commonSearchFields;
|
||||
IDField, _login, baseDN];
|
||||
}
|
||||
|
||||
// We cache the _login <-> userDN entry to speed up things
|
||||
[_dnCache setObject: userDN forKey: _login];
|
||||
|
||||
if (userDN)
|
||||
{
|
||||
// We cache the _login <-> userDN entry to speed up things
|
||||
[_dnCache setObject: userDN forKey: _login];
|
||||
|
||||
NS_DURING
|
||||
if (!passwordPolicy)
|
||||
didBind = [bindConnection bindWithMethod: @"simple"
|
||||
|
||||
Reference in New Issue
Block a user