solr_role icon indicating copy to clipboard operation
solr_role copied to clipboard

Wrong user creation

Open dortegau opened this issue 6 years ago • 1 comments

Prerequisites

  • [ X ] Put an X between the brackets on this line if you have done all of the following:
    • Checked that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
    • Checked that there is not already provided the described functionality

Description

This role tries to create a user with /bin/false as home directory for solr user. This makes no sense.

https://github.com/idealista/solrcloud-role/blob/master/tasks/install.yml#L18

dortegau avatar Jan 18 '19 12:01 dortegau

I believe it's to prevent logging in as that user: https://superuser.com/questions/1183311/why-do-some-system-users-have-usr-bin-false-as-their-shell

jsommr avatar May 19 '19 01:05 jsommr