Re: [Samba] smblib/auth

2003-03-18 Thread Paul Reilly
Do not use smblib. If you want to verify a password against Windows, use winbindd and pam_winbind or ntlm_auth (new in 3.0 alpha). does ntlm_auth require a winbind daemon running? I was trying to avoid that! Thanks Paul -- To unsubscribe from this list go to the following URL and read the

[Samba] smblib/auth

2003-03-15 Thread Paul Reilly
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

Re: [Samba] smblib/auth

2003-03-15 Thread Andrew Bartlett
On Sun, 2003-03-16 at 05:53, Paul Reilly wrote: 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 =