Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_swpm: DDIC password always set to master password regardless of settings #764

Open
rob0d opened this issue Jun 20, 2024 · 0 comments
Open
Assignees

Comments

@rob0d
Copy link
Contributor

rob0d commented Jun 20, 2024

Another password related one :)
The DDIC password in client 000 of the new system is always set to sap_swpm_master_password regardless of what is in sap_swpm_ddic_000_password.
The problem seems to be with the configtemplate lines 252-260. These only set NW_DDIC_Password.needDDICPasswords = true and NW_DDIC_Password.ddic000Password = {{ sap_swpm_ddic_000_password }} if credentials_syscopy is on the list of inifiles.
However, these should be set for new installs as well if DDIC password needs to be different to the master password.
I'm suggesting to change the test from
{% if 'credentials_syscopy' in sap_swpm_inifile_list %}
to
{% if sap_swpm_ddic_000_password is defined %}
Pull request #763 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant