Displaying 1 result from an estimated 1 matches for "7498d7dd".
Did you mean:
7098ddd
2003 Mar 15
2
smblib/auth
I need to do an smb auth in an application I'm writing.
I've looked at the source in smblib/*.c but I'm unsure
which library and which function call I should link against.
I'm looking for something like this
$result = smb_auth($user,$pass,$pdc);
so that I can check if a user/pass combination is a valid
username/password on the windows network.
What library, and what function