mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Fix debian package * Fix mode on pam config * Set up PAM by default * Update platform/debian/kanidm-unixd/postinst --------- Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
if [ "$1" = remove ]; then
|
|
pam-auth-update --package --remove kanidm
|
|
fi
|