shellhub icon indicating copy to clipboard operation
shellhub copied to clipboard

[Enhancement] Auth with a Kerberos User

Open calibrae opened this issue 4 years ago • 1 comments

On most of my machines, auth is handled by sssd by the way of FreeIPA. Therefore, accounts do not reside in /etc/shadow, hence I get a permission denied when trying to login.

root user, existing in /etc/shadow, logon successfully.

A correct way to auth users on linux machine would be to use pam.d .

calibrae avatar Jan 18 '21 10:01 calibrae

A correct way to auth users on linux machine would be to use pam.d .

For the docker version, maybe we need to implement this as well?

https://jhrozek.wordpress.com/2015/03/31/authenticating-a-docker-container-against-hosts-unix-accounts/

gustavosbarreto avatar Jan 18 '21 14:01 gustavosbarreto