-
Notifications
You must be signed in to change notification settings - Fork 654
Cross platform passwd functions #468
Comments
Didn't we discuss that on IRC a while ago? The main issue I see is that password entries on Windows and Unices have few common fields. |
We did discuss it on IRC, but IRC has a short memory.
What common fields are those? We can probably just null out whatever Windows doesn't have, like we do with stat structs. |
pw_name, pw_uid, pw_dir and maybe pw_shell. @piscisaureus Agree?
Yes, that's reasonable. |
For anyone else needing this in the meantime, I've created a binding for getpwuid(). |
Closing old stalled issues, please reopen at https://github.com/libuv/libuv if still needed. |
Regarding: nodejs/node-v0.x-archive#2857
It'd be lovely if there was a way to call a
uv_*
version of the pwnam family of functions. Seeman 3 pwnam
.The text was updated successfully, but these errors were encountered: