See ChangeLog

Monotone-Parent: 7add512502128fa47711440a971acc4db37b514b
Monotone-Revision: f3e126a601c0f8c108b12798b89b865a4a61cdb1

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-10-22T17:15:08
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-10-22 17:15:08 +00:00
parent ef60db13cd
commit bfe9202c2d
5 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2009-10-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/SOGoUserManager.m
Modified so that we throw a warning when there are
no authentication sources defined.
* Updated all guides in preparation for the release.
2009-10-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m

View File

@ -173,6 +173,10 @@ static NSLock *lock = nil;
for (count = 0; count < max; count++)
[self _registerSource: [sources objectAtIndex: count]];
}
else
{
[self errorWithFormat: @"No authentication sources defined - nobody will be able to login. Check your defaults."];
}
}
- (id) init