(fix) respect the LDAP attributes mapping in the list view

This commit is contained in:
Ludovic Marcotte
2016-03-18 12:37:21 -04:00
parent 7d383639b9
commit 5ae40a02ec
3 changed files with 20 additions and 8 deletions
+2
View File
@@ -125,6 +125,8 @@ andMultipleBookingsField: (NSString *) newMultipleBookingsField;
- (NGLdapEntry *) lookupGroupEntryByEmail: (NSString *) theEmail
inDomain: (NSString *) domain;
- (void) applyContactMappingToResult: (NSMutableDictionary *) ldifRecord;
@end
#endif /* LDAPSOURCE_H */