Hi,
In a previous ticket, I had to reinstall my test environment from scratch because it was corrupted during an upgrade. However, during the reinstallation, I lost all database settings as it's from scratch.
But we need to configure SHA256 password synchronization for an application with a 389 directory server connector. I think the default encrypt method is MD5.
We tried to set the command line which were given to us years ago, but after doing it the application disappeared :
select app_config_id from idmfappconfig
where application_name ='Name_of_app';
INSERT INTO IDMFAppConfigParams
(app_config_id,param_name,param_value,supported_for) VALUES
(901,'ENCRYPT_METHOD',pgp_sym_encrypt('SSHA','MLite'),0);
When deleting the new entry, the application came back.
Can you help us to fix it please ?
Regards,
Anthony