#396 sss_groupshow returning internal error
Closed: Fixed None Opened 14 years ago by jgalipea.

Steps to Reproduce[[BR]]
1. Add a user to the local domain.[[BR]]
sss_useradd dduck[[BR]]
[[BR]]
2. Try to show user's private group[[BR]]
sss_usershow dduck[[BR]]
[[BR]]
EXPECTED:[[BR]]
success[[BR]]
[[BR]]
ACTUAL:[[BR]]

[root@sssd-f12-64 ~]# sss_groupshow dduck
Internal error. Could not print group.
[root@sssd-f12-64 ~]# getent group dduck
dduck:*:3000:

Configuration Tested

[sssd]
config_file_version = 2
domains = EXAMPLE.COM,BOS.REDHAT.COM,LOCAL
reconnection_retries = 3
services = nss, pam

[nss]
debug_level = 4
filter_groups = root
filter_users = root
reconnection_retries = 3

[pam]
reconnection_retries = 3

[domain/LOCAL]
enumerate = TRUE
id_provider = local
max_id = 4000
min_id = 3000

[domain/EXAMPLE.COM]
cache_credentials = FALSE
enumerate = TRUE
id_provider = ldap
ldap_group_search_base = ou=groups,dc=example,dc=com
ldap_uri = ldap://sssd-rhds.idm.lab.bos.redhat.com:389
ldap_user_search_base = ou=people,dc=example,dc=com
max_id = 1010
min_id = 1000
use_fully_qualified_names = TRUE

[domain/BOS.REDHAT.COM]
cache_credentials = FALSE
enumerate = TRUE
id_provider = proxy
proxy_pam_target = sssdproxyldap
proxy_lib_name = ldap
use_fully_qualified_names = TRUE

Fields changed

component: SSSD => sss_tools
owner: somebody => jhrozek

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.1

Fields changed

testsupdated: 0 => 1

Fixed in 20f7be4

fixedin: => 1.1.0

Fields changed

resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.1

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1438

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata