diff --git a/debian/saml-server.postinst b/debian/saml-server.postinst index 73768438ac8522fd4dbf496e61d47f5f3dd66ae6..5170b97585eb88f739f96689cc27a2e53e9f97a0 100755 --- a/debian/saml-server.postinst +++ b/debian/saml-server.postinst @@ -4,10 +4,10 @@ set -e case "$1" in configure) - addgroup --system --quiet sso-proxy - adduser --system --no-create-home --home /run/sso-proxy \ + addgroup --system --quiet saml-server + adduser --system --no-create-home --home /run/saml-server \ --disabled-password --disabled-login \ - --quiet --ingroup sso-proxy sso-proxy + --quiet --ingroup saml-server saml-server ;; esac