Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-12 | Add support for removing members from groups. Updated convenience functions ↵ | Stephen Gallagher | 1 | -27/+97 | |
for adding/removing user accounts and POSIX groups to the groups. Also modified the add/remove member functions to be a single interface taking a flag for add or removal, since the code only differs by one LDB flag. Added associated unit tests. | |||||
2009-02-12 | Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ↵ | Stephen Gallagher | 1 | -17/+155 | |
to now use sysdb_add_member_to_posix_group along with sysdb_add_member_to_posix_group. Added new unit tests to sysdb-tests.c for groups of groups. | |||||
2009-02-12 | Adding sysdb_add_acct_to_posix_group and associated unit tests | Stephen Gallagher | 1 | -21/+279 | |
2009-02-12 | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 1 | -0/+165 | |