in reply to How do I authenticate users on multiple platforms?
Where $server is the domain server, $group the group you want to query, and @users the list of users that is returned. I'm sure you could run through that list to check the user, and then if succesful check username and password etc using the same module, or one of the many(?) others that do the same.Win32::Lanman::NetGroupGetUsers($server, $group, \@users);
|
|---|