History log of /sssd/src/config/etc/sssd.api.d/sssd-simple.conf
Revision Date Author Comments Expand
1b474ef7011f4bf9ce4aac85dbc9827a9486d5eb 13-Dec-2010 Stephen Gallagher <sgallagh@redhat.com>

Add group support to the simple access provider This patch adds simple_allow_groups and simple_deny_groups options to the simple access provider. It makes it possible to grant or deny access based on a user's group memberships within the domain. This patch makes one minor change to previous functionality: now all deny rules will supersede allow rules. Previously, if both simple_allow_users and simple_deny_users were set with the same value, the allow would win. https://fedorahosted.org/sssd/ticket/440

16ac0d6e148b1e07e579d47de1da7ac541447bd2 08-Mar-2010 Sumit Bose <sbose@redhat.com>

Add simple access provider