K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-06-24T17:47:51.000000Z K 7 svn:log V 558 getnewyppasswd() in yp_passwd.c doesn't generate correct encrypted password strings when DES isn't used; somehow the encrypted password is corrupted and it winds up containing control chars, which yppasswdd subsequently rejects. This breaks yppasswd on non-DES FreeBSD systems using NIS. Fix: scrap getnewyppasswd() entirely and use getnewpasswd() from local_password.c, since it already works properly and is virtually identical to getnewyppasswd() anyway. (Wish I'd noticed this sooner.) This fixes a problem just reported on comp.unix.bsd.freebsd.misc. END