Set the default password to md5, patch by Joshua Jackson

This commit is contained in:
Glenn L McGrath 2003-09-04 08:21:36 +00:00
parent 99bd5adf99
commit b77158a934

View File

@ -140,7 +140,7 @@ extern int passwd_main(int argc, char **argv)
char *name;
char *myname;
int flag;
int algo = 0; /* -a - password algorithm */
int algo = 1; /* -a - password algorithm */
int lflg = 0; /* -l - lock account */
int uflg = 0; /* -u - unlock account */
int dflg = 0; /* -d - delete password */