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:
Francis Lachapelle
2009-06-09 17:50:25 +00:00
parent 6d4a6c8df0
commit 0a8a256eed
3 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -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];