Migrating RHEL users to Directory Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Dec 21, 2007 at 01:51:30PM +1100, Joel Heenan wrote:
> Fedora Directory Users,
> 
> I have a bunch of users currently using local RHEL 4 local unix user
> accounts for their usernames and passwords and I would like to migrate
> them to Directory Server. My question concerns the MD5 sum password.
> 
> I tried adding a user joeltest with password joeltest and I got hash:
> 
> JqBiQXU4$gnJeKmNzXy.kaXUaBIygs0
> 
> from RHEL but I got hash:
> 
> WGvQgGYUH2UOX2ZA1IQeyQ==

This value is the base64 encoded value of the md5 digest of the password,
and is the same as the md5 digest of "joeltest":
$ echo -n "joeltest" | openssl dgst -md5 -binary | openssl base64
WGvQgGYUH2UOX2ZA1IQeyQ==
$

Regards.

> >From Directory Server when I set the same password.
> 
> I'm guessing this is to do with further encodings placed on the password
> hash. Hoping someone has done this before and can point me in the right
> direction?
> 
> Thanks
> 
> Joel

-- 
Jonathan Barber
High Performance Computing Analyst
Tel. +44 (0) 1382 386389




[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux