Bug 11644 - ansible: Change MIN_UID and MIN_GID to permit login
Summary: ansible: Change MIN_UID and MIN_GID to permit login
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: --- (show other bugs)
Version: unspecified
Hardware: unspecified Unspecified
: - Unknown - - Unknown -
Assignee: Timo Eissler
QA Contact:
URL:
Keywords:
Depends on:
Blocks: ANSIBLE 11643
  Show dependency treegraph
 
Reported: 2018-02-26 19:52 UTC by Michael Tremer
Modified: 2019-08-28 14:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Tremer 2018-02-26 19:52:41 UTC
RedHat has changed the default to 1000 but our LDAP users start with uid 500. Hence we need to change the defaults in /etc/login.defs and run authconfig --updateall.
Comment 1 Timo Eissler 2018-05-16 16:57:12 UTC
SYS_UID_MAX and SYS_GID_MAX needs to be changed also.
Comment 2 Timo Eissler 2018-08-13 15:00:39 UTC
Done