Depends on what hash FreeBSD uses with passwords. If it's the standard
crypt() hash, you should be able to store your user's passwords in LDAP
like so:
userPassword: {CRYPT}XYZPDQ1234
Otherwise, your migration will probably be somewhat painful.
d!
On Tue, 5 Feb 2002, 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?
>
>
>
>
>
>
>