Open notgull opened 1 year ago
The code that uses getent to interact with NSS is probably useful in contexts outside of eyra as well. It would be useful for implementing libc calls like, say, getpwuid_r.
getent
eyra
libc
getpwuid_r
It's not a high priority for me, but if someone wanted to factor these functions out into a separate crate and maintain them, I'd support that.
The code that uses
getent
to interact with NSS is probably useful in contexts outside ofeyra
as well. It would be useful for implementinglibc
calls like, say,getpwuid_r
.