On Thu, Dec 07, 2017 at 08:39:13AM -0000, Иван Мастренко wrote: > Thank you! > Another one question. > In 2307 scheme, wit memberOf overlay (obj class = groupOfNames) can I fetch > to group list both posixGroup and groupOfNames(dont have any gid number) > membershipment?
In theory yes, you can add an objectclass which both have in common to ldap_group_object_class and add a specific filter with ldap_group_search_base (see man sssd-ldap for details). However by default SSSD expects the GID to be present because SSSD will typically handle POSIX groups. For the non-POSIX case you might want to have a look at https://docs.pagure.org/SSSD.sssd/design_pages/non_posix_support.html. HTH bye, Sumit > _______________________________________________ > sssd-users mailing list -- sssd-users@lists.fedorahosted.org > To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org