Then I happened across this page from MSDN and, in addition to some other interesting information for converting *nix to Win32 systems, it shows some ways to implement some of these functions use the Net* series of methods from the Windows library.
Would this be something worth adding for 5.10 or does the Win32API module already make this easy enough?
I don't see why not. (Score:1)
sky
Re:I don't see why not. (Score:2)
That means getpwnam would have to allow a second argument (calling NetUserGetInfo() behind the scenes), but only on Win32. I dunno if Jarkko (or whoever the 5.10 pumpking is) would be ok with that or not.
Re:I don't see why not. (Score:1)
get*are also network aware, though -- they will query NIS and other authentication systems as necessary (as configured in/etc/nsswitch.confor its moral equivalent).(darren)
Re:I don't see why not. (Score:2)
Also, the return values would be different. I was playing around last night and it appears that there are several options for the choice of struct you can grab, depending on your permissions level.
I guess as long as it's documented, it sh