We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shadow recently added support for reading subuids/gids from an nss module: shadow-maint/shadow@8492dee
Since this is an essential feature to allow our LDAP users to use rootless containers, it'd be nice to see support for this in nss-pam-ldapd.
It seems to be entirely separate from the normal libnss_ldap.so, instead trying to dlopen "libsubid_%s.so": https://github.com/shadow-maint/shadow/blob/master/lib/nss.c#L90
The function prototypes are at https://github.com/shadow-maint/shadow/blob/master/lib/prototypes.h#L271
The text was updated successfully, but these errors were encountered:
No branches or pull requests
shadow recently added support for reading subuids/gids from an nss module: shadow-maint/shadow@8492dee
Since this is an essential feature to allow our LDAP users to use rootless containers, it'd be nice to see support for this in nss-pam-ldapd.
It seems to be entirely separate from the normal libnss_ldap.so, instead trying to dlopen "libsubid_%s.so": https://github.com/shadow-maint/shadow/blob/master/lib/nss.c#L90
The function prototypes are at https://github.com/shadow-maint/shadow/blob/master/lib/prototypes.h#L271
The text was updated successfully, but these errors were encountered: