-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-9.3.0
-
mod_auth_mellon-0.17.0-9.el9
-
None
-
Low
-
rhel-sst-idm-sssd
-
ssg_idm
-
3
-
QE ack, Dev ack
-
False
-
-
None
-
None
-
Pass
-
Automated
-
-
x86_64
-
None
What were you trying to do that didn't work?
The mellon_create_metadata.sh fails silently to create xml file.
It reports that the xml file is created, but it does not actually.
Please provide the package NVR for which bug is seen:
mod_auth_mellon-0.17.0-7.el9.x86_64
How reproducible:
See the below.
Steps to reproduce
- run the script
[root@localhost ~]# /usr/libexec/mod_auth_mellon/mellon_create_metadata.sh test http://localhost/saml2/mellon/metadata Output files: Private key: test.key Certificate: test.cert Metadata: test.xml Host: localhost Endpoints: SingleLogoutService (SOAP): http://localhost/saml2/mellon/metadata/logout SingleLogoutService (HTTP-Redirect): http://localhost/saml2/mellon/metadata/logout AssertionConsumerService (HTTP-POST): http://localhost/saml2/mellon/metadata/postResponse AssertionConsumerService (HTTP-Artifact): http://localhost/saml2/mellon/metadata/artifactResponse AssertionConsumerService (PAOS): http://localhost/saml2/mellon/metadata/paosResponse
- list the created files, and see the xml is missing
[root@localhost ~]# ls test.cert test.key
Expected results
It creates the xml file.
Actual results
It does not create the xml file.