diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2016-11-16 17:02:43 +0100 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2017-02-15 14:53:50 +0100 |
| commit | 3728db53ac32da51fcaae96b132e8e56ebbaebfa (patch) | |
| tree | 864f16f46d2fd33b15b413b7d3ba7d637d5379a7 /src/tests/intg/Makefile.am | |
| parent | 8578fba1500d43ad9632784462c255bf8bb360fe (diff) | |
| download | sssd-3728db53ac32da51fcaae96b132e8e56ebbaebfa.tar.gz sssd-3728db53ac32da51fcaae96b132e8e56ebbaebfa.tar.xz sssd-3728db53ac32da51fcaae96b132e8e56ebbaebfa.zip | |
TESTS: Add a module to call nss_sss's getgr* from tests
Implements a python module that allows to load the nss_sss module and
call functions that act like getgr*
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tests/intg/Makefile.am')
| -rw-r--r-- | src/tests/intg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/intg/Makefile.am b/src/tests/intg/Makefile.am index 6cd23967f..03245b35d 100644 --- a/src/tests/intg/Makefile.am +++ b/src/tests/intg/Makefile.am @@ -6,6 +6,7 @@ dist_noinst_DATA = \ sssd_ldb.py \ sssd_netgroup.py \ sssd_passwd.py \ + sssd_group.py \ ds.py \ ds_openldap.py \ ent.py \ |
