alice-auth/DEBIAN/postinst

10 lines
177 B
Plaintext
Raw Normal View History

2024-11-17 20:55:17 -03:00
#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_get alice-auth/ldap-bind-password
sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" /etc/sssd/sssd.conf