Bug 1376374 - SSSD Transaction error. Could not add LOCAL group
Summary: SSSD Transaction error. Could not add LOCAL group
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: SSSD Maintainers
QA Contact: Steeve Goveas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-15 09:24 UTC by Amith
Modified: 2016-09-15 11:22 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-15 11:22:16 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Amith 2016-09-15 09:24:07 UTC
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.

Comment 1 Lukas Slebodnik 2016-09-15 10:18:48 UTC
If it reproducible with 1.14.0-41?

Comment 4 Amith 2016-09-15 11:18:17 UTC
With the latest SSSD build: sssd-1.14.0-41.el7.x86_64, the issue is resolved.

# sss_groupadd -g 2000 group2000

-- No error.


Note You need to log in before you can comment on or make changes to this bug.