"Eric J. Schwertfeger" <[EMAIL PROTECTED]> writes:

> Now *THAT* is interesting.  That should make it fairly easy to verify
> passwords against NT servers, so users on our office net don't have to
> remember to update their unix password as well as their NT one :-)

What you need to do is to write a program nt-checkpw, that takes a
user name as argv[1], reads the user's cleartext password from stdin,
and exits with a status code of EXIT_SUCCESS or EXIT_FAILURE. It also
has to exit fairly quickly, because currently the entire lshd process
will hang waiting for that program to exit.

Then invoke lshd with --kerberos-passwords=/path/to/nt-checkpw.

I'd be happy to include such a program in the dist. 

/Niels

Reply via email to