Hi Daniel,

> I would like to write a migration utility from blueonyx to plesk.
> Is it possible to get the clear text password for mail users?
> 
> With cceclient i can only retrieve a "crypt_password".
> Is there a way to decrypt it?

BlueOnyx does not store plain text passwords anywhere for security
reasons. It's not needed at all.

On Linux the command "usermod" can be used to update or set a users
password by using the encrypted password.

See: "man usermod"

       -p, --password PASSWORD
           The encrypted password, as returned by crypt(3).

So the procedure would be:

usermod <username> -p <encrypted-password>

-- 
With best regards

Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to