#ifndef UTILS_H #define UTILS_H #include #include #include #include #include NSString* authMethodToString(int authMethod); int stringToAuthMethod(NSString* str); NSString* scopeToString(int scope); int stringToScope(NSString* str); ADPerson* ldapEntryToPerson(GSLDAPEntry* entry); GSLDAPEntry* personToLDAPEntry(ADPerson* person); #endif // UTILS_H