alice-auth/DEBIAN/config

10 lines
119 B
Bash
Executable File

#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_input high alice-auth/ldap-bind-password || true
db_go
exit 0