Hide Forgot
Description of problem: SSSD throws transaction error upon executing LOCAL group add command. # sss_groupadd -g 2000 group2000 Transaction error. Could not add group. Version-Release number of selected component (if applicable): sssd-1.14.0-36.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Setup sssd.conf as follows: [sssd] config_file_version = 2 services = nss, pam domains = LOCAL debug_level = 6 [nss] filter_groups = root filter_users = root [pam] [domain/LOCAL] enumerate = TRUE id_provider = local debug_level = 0xFFF0 max_id = 2010 min_id = 2000 2. Restart sssd service and execute the following command: # sss_groupadd -g 2000 group2000 Transaction error. Could not add group. Actual results: Transaction error. Could not add group. Expected results: Group should be added. Additional info: I don't see any logs or cache information for LOCAL domain.
If it reproducible with 1.14.0-41?
With the latest SSSD build: sssd-1.14.0-41.el7.x86_64, the issue is resolved. # sss_groupadd -g 2000 group2000 -- No error.