Mailing List Archive

qmail-pop: checkpassword with NT auth.
Hi,

Has anyone made a checkpassword program that uses an NT server for
authentication? I think I will need one to use with qmail-pop.

If not, I'll look into it, I guess it's just a question of 'borrowing' some
samba code, or perhaps samba itself may have a module for doing just that.

Thanks,

--
Adriano
Re: qmail-pop: checkpassword with NT auth. [ In reply to ]
Adriano Nagelschmidt Rodrigues writes:
> If not, I'll look into it, I guess it's just a question of 'borrowing' some
> samba code, or perhaps samba itself may have a module for doing just that.

I just found out that there's a samba lib (smblib) and a contributed auth
routine (Valid_User) that can be merged into it. So it should be a simple
matter of changing checkpassword to use Valid_User and linking against
smblib. I'll test it next week...

--
Adriano