On Wed, 2008-01-09 at 11:16 +0000, Jeremy Sanders wrote: > Does anyone know how to change an existing NIS server from using DES-style > passwords to MD5 passwords? Is it possible to continue running with both > types of passwords, asking users to upgrade as they are ready?
Yes it is possible. As long as all the clients can understand md5 encrypted passwords you can mix crypt and md5 encrypted passwords in the same password file/map. Configure the clients to use md5 passwords using authconfig. The next users changes their password the passwd command will md5 encrypt it. Once all the users have changed their passwords you'll have all md5 passwords. If you configure the server to generate md5 passwords, yppasswd will work the same. -- Ian _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
