Plesk 9.5.3, CentOS 5.5 x64
I try to update client's password through command line utility according to documentation:
http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.5-unix-cli/ -> Using Command Line Utilities -> Client Accounts: client Utility
but I get the following error:
# ./client -u test -passwd_type encrypted -passwd '$1$R0x0hAmB$haReJwgGDaGOuFETdjv3P0'
ERROR: PleskFatalException
Internal error: [Account::getPassword] can't decrypt password to be plain.
0: common_func.php3:146
psaerror(string 'Internal error: [Account::getPassword] can't decrypt password to be plain.')
1: class.Account.php:82
Account->getPassword()
2: class.Client.php3:358
Client->update()
3: cuClient.php:770
cuClient->cmdUpdate(string 'testnoc6', array)
4: cuClient.php:411
cuClient->cuClient()
5: client.php:17
PHP Warning: Releasing semaphore 10 in request cleanup in Unknown on line 03
I have tested it in several servers with Plesk 9.5.3 and the result is the same.
I try to update client's password through command line utility according to documentation:
http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.5-unix-cli/ -> Using Command Line Utilities -> Client Accounts: client Utility
but I get the following error:
# ./client -u test -passwd_type encrypted -passwd '$1$R0x0hAmB$haReJwgGDaGOuFETdjv3P0'
ERROR: PleskFatalException
Internal error: [Account::getPassword] can't decrypt password to be plain.
0: common_func.php3:146
psaerror(string 'Internal error: [Account::getPassword] can't decrypt password to be plain.')
1: class.Account.php:82
Account->getPassword()
2: class.Client.php3:358
Client->update()
3: cuClient.php:770
cuClient->cmdUpdate(string 'testnoc6', array)
4: cuClient.php:411
cuClient->cuClient()
5: client.php:17
PHP Warning: Releasing semaphore 10 in request cleanup in Unknown on line 03
I have tested it in several servers with Plesk 9.5.3 and the result is the same.