On Tue, Feb 05, 2002 at 12:37:18PM -0500, Chad Morland wrote: > Hey Everyone, > I was wondering what the easiest way was to move accounts off of a > FreeBSD machine and onto LDAP. The main concern here is the passwords of > the users. Currently they are encrypted in FreeBSD's master.passwd > file. I am moving them onto a Solaris machine with LDAP entries replacing > system user entries in the passwd file. Has anyone done something like > this before?
Which crypt method do you use in master.passwd? If you use blowfish as I do on OpenBSD, you have a problem - blowfish is not supported. If you use plain old crypt, it should be possible to just "copy" the encypted passwords to LDAP. Greetz Henning -- * Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de * * BS Web Services, Roedingsmarkt 14, 20459 Hamburg, Germany * Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)
