generated from alice-meta-packages/alice-meta-template
10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
db_input high alice-auth/ldap-bind-password || true
|
||
|
db_go
|
||
|
|
||
|
exit 0
|