Authenticating a user/pass with NT PDC
I already posted this in the API forum, but I'm hoping there's someone who doesn't read that forum, who knows how...
Is there a way to do this? The app can be running on the PDC itself if need be.
Basically, the app receives a user & pass, then it needs to return a yes or no. It'd be better if it could say 'No such user' or 'Invalid password' as the case may be, but not needed. I suppose that I could determine which problem it was by using the functions to retreive user info, as this would tell me whether or not the user exists.
No, this isn't to brute force an account :rolleyes: ; it's one of several steps to get a decent interaction between squid <-> NT Server.
TIA