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

Could getPasswd use Getpwnam() rather than directly parse the passwd file? #496

Open
bdrahn opened this issue Feb 6, 2025 · 0 comments
Open

Comments

@bdrahn
Copy link

bdrahn commented Feb 6, 2025

We would like to tie IAP users back to their Active Directory groups. We can setup SSSD to handle the connection to AD. When we do that, IAP fails to setup accounts because useradd does an NSS lookup and sees the AD account, but guest-agent does not.

Could getPasswd use an NSS-aware lookup like this Go wrapper for the C function?
https://pkg.go.dev/github.com/nogproject/nog/backend/pkg/pwd

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant