Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Auth with a Kerberos User #637

Open
calibrae opened this issue Jan 18, 2021 · 1 comment
Open

[Enhancement] Auth with a Kerberos User #637

calibrae opened this issue Jan 18, 2021 · 1 comment
Labels
area/agent kind/feature New feature or request
Milestone

Comments

@calibrae
Copy link

calibrae commented Jan 18, 2021

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 calibrae changed the title Auth with a Kerberos User [Enhancement] Auth with a Kerberos User Jan 18, 2021
@gustavosbarreto
Copy link
Member

gustavosbarreto commented Jan 18, 2021

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 gustavosbarreto added the kind/feature New feature or request label Jan 18, 2021
@otavio otavio added this to the Future milestone Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agent kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants