You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: