> 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?
Openldap comes with standard perl migration scripts which allow this migration .. u can write some anyways... So u can run the scripts while the db file is generated... else u can copy the password as it is.. as long as u r using standard crypt. thanx & rgds praveen
