Hello Everyone ,
First of All i want to apologize if this not the right place to post , where 
this my first post .
i have Free IPA as my LDAP where i can see users in Address Book and Groups , 
But i can't see Groups Members , i had try more and more configuration before i 
post here , so kindly advice 
my configuration:
  SOGoUserSources = (
{
 type = ldap;
 CNFieldName = cn;
 IDFieldName = uid;
 UIDFieldName = uid;
 baseDN = "cn=users,cn=accounts,dc=mydomain,dc=com";
 bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
 bindPassword = P@ssw0rd2;
 canAuthenticate = YES;
 displayName = "Users";
 hostname = ldap://192.168.0.10:389;
 id =users;
 isAddressBook = YES;
},
{
 type = ldap;
 CNFieldName = cn;
 IDFieldName = cn;
 UIDFieldName = cn;
 baseDN = "cn=groups,cn=accounts,dc=mydomain,dc=com";
 bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
 bindPassword = P@ssw0rd2;
 canAuthenticate = YES;
 displayName = "Groups";
 hostname = ldap://192.168.0.10:389;
 id = groups;
 isAddressBook = YES;
        },
     {
      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
      bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
      bindPassword = P@ssw0rd2;
      canAuthenticate = YES;
      hostname = ldap://192.168.0.10:389;
      id = public;
      isAddressBook = no;
    }
  );

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to