#139 provider = files is ignoring Domain configured ID range
Closed: Invalid None Opened 14 years ago by jgalipea.

Description

Domain configured ID range for provider = files is being ignored.[[BR]]

Configuration[[BR]]

[services]
description =  Local Service Configuration
activeServices = nss, pam
reconnection_retries = 3

[services/nss]
description = NSS Responder Configuration
filterGroups = root
filterUsers = root
debug-level = 4

[services/dp]
description = Data Provider Configuration
debug-level = 4

[services/pam]
description = PAM Responder Configuration

[services/monitor]
description = Service Monitor Configuration

[domains]
description = Domains served by SSSD
domains = FILES

[domains/FILES]
description = Local Files Users and groups domain
enumerate = 3
minId = 1000
maxId = 1999
magicPrivateGroups = TRUE
provider = files

Steps to Reproduce[[BR]][[BR]]

  1. add two local machine users with uidNumbers below and above configured range[[BR]]
    useradd -u 999 user1[[BR]]
    useradd -u 2000 user2[[BR]]

  2. enumerate users[[BR]]
    getent -s files passwd[[BR]]

ACUTAL:[[BR]]
user1 and user2 are returned.[[BR]][[BR]]

EXPECTED:[[BR]]
users outside of range to not be returned.[[BR]][[BR]]

Version[[BR]]
sssd-2009082801-0.fc11.i586


not a bug - should be using getent -s sss not -s files.

Fields changed

resolution: => invalid
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue set to the milestone: SSSD 1.0

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/1181

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