mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-11 03:15:10 +00:00
See ChangeLog
Monotone-Parent: dbdbcb850a04de2fdfc39935636d2339fe1b7ead Monotone-Revision: 3becdd5041a3336d6435f00058f362363842bf2a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-09T17:50:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
dns = [NSMutableArray array];
|
||||
|
||||
// We check if it's a static group
|
||||
NSLog(@"attributes = %@", [_entry attributes]);
|
||||
//NSLog(@"attributes = %@", [_entry attributes]);
|
||||
|
||||
// Fetch "members" - we get DNs
|
||||
o = [[_entry attributeWithName: @"member"] allStringValues];
|
||||
@@ -203,7 +203,7 @@
|
||||
{
|
||||
dn = [dns objectAtIndex: i];
|
||||
login = [um getLoginForDN: dn];
|
||||
NSLog(@"member = %@", login);
|
||||
//NSLog(@"member = %@", login);
|
||||
user = [SOGoUser userWithLogin: login roles: nil];
|
||||
if (user)
|
||||
[array addObject: user];
|
||||
|
||||
Reference in New Issue
Block a user