eXist-db / existdb-saml

XQuery module that implements SAML v2 single sign-on
GNU Lesser General Public License v2.1
4 stars 3 forks source link

Fix the EXPath Package setup #19

Closed adamretter closed 11 months ago

adamretter commented 1 year ago

The documentation in the README.md states:

During installation of the existdb-saml package, a special DB user exsaml gets created if it does not exist.

However, there was no code to do that in the package. I have now added such missing code to a pre-install.xql. Additionally the post-install.xql was never invoked from the package, so I have fixed that too. I also added some missing EXPath Package metadata.