mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-24 01:43:55 +02: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
|