alice-auth/DEBIAN/config

10 lines
119 B
Plaintext
Raw Permalink Normal View History

2024-11-17 20:55:17 -03:00
#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_input high alice-auth/ldap-bind-password || true
db_go
exit 0