Can people please test this out for me?

Richard Sharpe sharpe at ns.aus.com
Fri Nov 10 00:45:53 GMT 2000


Hi,

Attached is a small crypt test program ...

Can people who have a non-Linux and or non-MD5 version of crypt please
compile up the attached test_crypt.c and send me the results of running it,
please?

-------------- next part --------------
#include <unistd.h>
#include <stdio.h>

int main(int argc, char *argv[])
{

  fprintf(stdout, "Crypt of %s, %s is %s\n",
	  "abcdefgh", "password", crypt("password", "$1$abcdefgh$password"));

}
-------------- next part --------------


Regards
-------
Richard Sharpe, sharpe at ns.aus.com
Samba (Team member, www.samba.org), Ethereal (Team member, www.zing.org)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



More information about the samba-technical mailing list