diff --git a/SoObjects/SOGo/SOGoCache.m b/SoObjects/SOGo/SOGoCache.m index dac0b2d85..e2a8a51a4 100644 --- a/SoObjects/SOGo/SOGoCache.m +++ b/SoObjects/SOGo/SOGoCache.m @@ -31,8 +31,8 @@ * +defaults value = NSDictionary instance > user's defaults * +settings value = NSDictionary instance > user's settings * +attributes value = NSMutableDictionary instance > user's LDAP attributes - * +failedlogins value = - * +messagesubmissions value = + * +failedlogins value = NSDictionary instance holding the failed count and the date of the first failed authentication + * +messagesubmissions value = NSDictionary instance holding the number of messages sent, and number of recipients * +dn value = NSString instance > cached user's DN * +acl value = NSDictionary instance > ACLs on an object at specified path * + value = NSString instance (array components separated by ",") or group member logins for a specific group in domain @@ -40,8 +40,6 @@ * cas-ticket:< > value = * cas-pgtiou:< > value = * session:< > value = - * +failedlogins value = NSDictionary instance holding the failed count and the date of the first failed authentication - * +messagesubmissions value = NSDictionary instance holding the number of messages sent, and number of recipients */