[KLUG Members] book suggestions for openldap

Adam Tauno Williams members@kalamazoolinux.org
Wed, 3 Dec 2003 14:10:41 -0500


> > Two coloons indicate that the value is base64 encoded.
> > Try -
> > perl -MMIME::Base64 -wle 'print decode_base64(pop)' {value} 
> Ah. Thank you. Sadly, this leads to another problem, which is that all
> the migrated passwords are md5 but all are labeled {crypt}. Unless I'm
> wrong, of course, in thinking that a password beginning
> $1$blahblahblah... isn't crypt.


         } else {
                print $HANDLE "userPassword: {crypt}$pwd\n";
        }

is hardcoded in migrate_passwd.pl

Your right that $1$ is definetely an MD5 string.