Fix for Active Directory

Monotone-Parent: 78fd761742452f5402b3434f8cd5f7b6d271e416
Monotone-Revision: b80972e148e56ed9e7094c79272651736008b33d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-06T21:25:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-06 21:25:54 +00:00
parent 04b8db28af
commit e8075bf778

View File

@@ -202,7 +202,7 @@
for (i = 0; i < [dns count]; i++)
{
dn = [dns objectAtIndex: i];
login = [um getLoginForDN: dn];
login = [um getLoginForDN: [dn lowercaseString]];
//NSLog(@"member = %@", login);
user = [SOGoUser userWithLogin: login roles: nil];
if (user)