SOGoUserSources = ( { type = ldap; CNFieldName = cn; UIDFieldName = uid; IDFieldName = uid; // first field of the DN for direct binds bindFields = (uid, mail); // array of fields to use for indirect binds baseDN = "ou=people,o=XXX; bindDN = "cn=sogo,ou=service,o=XXX"; bindPassword = XXX; canAuthenticate = YES; displayName = "Alle Anwender"; hostname = ldaps://XXX; id = users; isAddressBook = YES; userPasswordAlgorithm = ssha; IMAPLoginFieldName = mail; }, { type = ldap; CNFieldName = cn; UIDFieldName = cn; IDFieldName = cn; // first field of the DN for direct binds baseDN = "ou=groups,o=XXX"; bindDN = "cn=sogo,ou=service,o=XXX"; bindPassword = XXX; canAuthenticate = NO; displayName = "Alle Gruppen"; hostname = ldaps://XXX; id = groups; isAddressBook = YES; GroupObjectClasses = (groupofentries); scope = SUB; } );