| Summary: | sssd user fails to ssh to localhost with min_uid=500 (aka defaults) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kashyap Chamarthy <kchamart> |
| Component: | sssd | Assignee: | Stephen Gallagher <sgallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | dpal, jhrozek, sbose, sgallagh, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-05 21:14:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Kashyap Chamarthy
2011-09-26 06:20:16 UTC
(In reply to comment #0) > Description of problem: > A new ssd_user fails to authenticate to localhost with min_uid=500, max_uid=999 > (aka defaults). From /var/log/secure, it doesn't even seem to reach sssd. > [domain/LOCAL] > description = LOCAL Users domain > id_provider = local > auth_provider = local > enumerate = true > min_id = 500 > max_id = 999 > #min_id = 1000 > #max_id = 1999 > debug_level = 9 > . OK, so there are two issues, really: 1) the example config in the SSSD tree uses min_id and max_id. I don't think it should, the code enforces a different min_id value for local domain and "regular" domains. 2) now that shadow-utils defaults to min_id of 1000, we might consider bumping up the local default to something bigger to avoid immediate clashes with shadow users. (In reply to comment #1) > (In reply to comment #0) > > Description of problem: > > A new ssd_user fails to authenticate to localhost with min_uid=500, max_uid=999 > > (aka defaults). From /var/log/secure, it doesn't even seem to reach sssd. > > [domain/LOCAL] > > description = LOCAL Users domain > > id_provider = local > > auth_provider = local > > enumerate = true > > min_id = 500 > > max_id = 999 > > #min_id = 1000 > > #max_id = 1999 > > debug_level = 9 > > . > > OK, so there are two issues, really: > > 1) the example config in the SSSD tree uses min_id and max_id. I don't think it > should, the code enforces a different min_id value for local domain and > "regular" domains. > The example config issues are now tracked in https://fedorahosted.org/sssd/ticket/1014 > 2) now that shadow-utils defaults to min_id of 1000, we might consider bumping > up the local default to something bigger to avoid immediate clashes with shadow > users. We agreed not to bump up the default ID in the code, but just fix the example config instead. Fixed upstream some time ago. |