merge of '0b4f4888f8c4911de2f9cab76cdd5c442df13689'

and 'f3e126a601c0f8c108b12798b89b865a4a61cdb1'

Monotone-Parent: 0b4f4888f8c4911de2f9cab76cdd5c442df13689
Monotone-Parent: f3e126a601c0f8c108b12798b89b865a4a61cdb1
Monotone-Revision: 4f0bf8feeb9303c272c290edf3a27a53d5f0e7f6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-23T12:55:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-10-23 12:55:05 +00:00
commit e3702243df
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