Symantec IGA

  • 1.  could not update "allow" value in registry of Credential provider

    Posted Nov 07, 2018 06:00 AM

    Hi All,

    i install new credential provider 14.1 in windows10 then export the credential registry from another computer.

    next, i use the command to update the registry below

    regedit /s "NewCredentialProvider14_1.reg"

    only the "allow" list could not update. it still show the original registry

    (^https://etaselfservice\.ca\.com|^unreachable\.html|^C:\\Program Files\\CA\\Identity Manager\\Credential Provider\\404\.html)

     

    2. i try to use another command 

    REG ADD HKLM\SOFTWARE\CA\Cube /v allow /t REG_SZ /d (^https://puatlridgapp02\.kbankpocnet\.com|^C:\Program Files\CA\Identity Manager\Credential Provider\404\\.html|^unreachable\.html)

    it's still could not update.

     

    Anyone can help?

    Thank you.

    Ann



  • 2.  Re: could not update "allow" value in registry of Credential provider

    Posted Nov 07, 2018 09:47 AM

    Try running the Credential Provider Configuration Wizard located in the bin folder. Be sure you are logged in with a user that has read/write permissions to the registry or otherwise try right-clicking on the executable and run it as administrator.



  • 3.  Re: could not update "allow" value in registry of Credential provider

    Posted Nov 08, 2018 05:17 AM

    Hi Kenny,

    No bin folder in the Credential Provider.  permission is  full control of Administrator. 



  • 4.  Re: could not update "allow" value in registry of Credential provider

    Posted Nov 08, 2018 10:25 AM

    If you already verified you have write permissions to the registry then I would suggest you open a support case for further assistance.



  • 5.  Re: could not update "allow" value in registry of Credential provider
    Best Answer

    Posted Nov 16, 2018 12:08 AM

    I've got solution   by modify the allow value as below,  

    "allow"="(^https://hostname\\.domain name\\.com|^C:\\\\Program Files\\\\CA\\\\Identity Manager\\\\Credential Provider\\\\404\\.html|^unreachable\\.html)"

     

    then run the command regedit /s  "registryfile.reg"