bihealth / irods-docker

iRODS Docker image for use with SODAR
MIT License
1 stars 0 forks source link

Set Bash as shell for IRODS_SERVICE_ACCOUNT_USER #15

Closed mikkonie closed 1 month ago

mikkonie commented 2 years ago

After the upgrade from CentOS to Ubuntu, su - irods doesn't take us to bash anymore. It can still be enabled by running bash manually of course, but this should be the default.

mikkonie commented 1 month ago

I believe this should be easily doable by adding --shell /bin/bash in the useradd command.

For existing users, one can use usermod --shell /bin/bash $username.

mikkonie commented 1 month ago

Done.