Wednesday, April 27, 2016

[389-users] Re: Login restrictions

> Is it possible to restrict login only to to whom bound to a
> determinated group?
>
> I tried to use the following lines in sssd.conf but doesn't works:
>
> access_provider = ldap
> ldap_access_order = filter
> ldap_access_filter = (gidNumber=900)
I think it might be simpler to use access_provider simple
@see man sssd-simple

[domain/example.com]
access_provider = simple
simple_allow_users = user1, user2
--
389-users mailing list
389-users@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

No comments:

Post a Comment