I'm trying to find out if a Linux server can ask a Windows machine for information about it's local users and groups. LDAP is out (from what I've read) because LDAP only works against ActiveDirectory groups, but not against local groups on a specific Windows machine.
I know how to write code to have a Windows machine get the groups from another Windows machine. I'm trying to avoid having to set up a Windows machine with a web service so that my Linux server can call it and get the information their the Windows server (which is just acting as a proxy).