search for: secdef

Displaying 1 result from an estimated 1 matches for "secdef".

Did you mean: secdev
2002 Jan 02
1
SCO OpenServer password issue
...cases I believe, regardless of password size or u_pwseg setting. Below is a patch to auth-passwd.c which corrects the problem. I subscribed to the openssh-unix-dev list just today to receive any replies/comments to this post. Apologies if this has been addressed before. man default(F), prpw(F), secdefs(ADM) *** auth-passwd.c-orig Wed Jul 4 00:21:15 2001 --- auth-passwd.c Wed Jan 2 14:17:21 2002 *************** *** 212,218 **** --- 212,222 ---- else encrypted_password = crypt(password, salt); # else + # ifdef HAVE_SCO_PROTECTED_PW + encrypted_password = bigcrypt(password, salt); +...