PCM_OP_CUST_SET_PASSWD Is Not Setting The Password In Md5 Format
(Doc ID 2113270.1)
Last updated on APRIL 04, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Goal
On a 7.5 PS10 system, it was observed that PCM_OP_CUST_POL_ENCRYPT_PASSWD when called internally by PCM_OP_CUST_SET_PASSWD, is encrypting the password in below format:
sha1|FB78C4CFE4E710A0DC2079C14AF9A5C52D135864|DCC028E78998DAFDBD10C78C8A3C28CB
One is expecting the password to be encrypted and look like below :
select POID_TYPE, PASSWD from service_t;
/service/pcm_client md5|5f4dcc3b5aa765d61d8327deb882cf99
/service/admin_client md5|5f4dcc3b5aa765d61d8327deb882cf99
/service/ip &md5|081E7C47330D662E432B3B2654182A0E0A067C264171095C22455C430B6A4F7C
/service/pcm_client md5|5f4dcc3b5aa765d61d8327deb882cf99
/service/admin_client md5|5f4dcc3b5aa765d61d8327deb882cf99
/service/ip &md5|081E7C47330D662E432B3B2654182A0E0A067C264171095C22455C430B6A4F7C
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |