Comment 2 for bug 12470

Revision history for this message
Tristan Hill (stan) wrote :

(In reply to comment #1)
> Is this bug still present in Breezy/Dapper?

Appears to be

Reproduce with
# export DEBIAN_FRONTEND=noninteractive
# export DEBCONF_DEBUG=developer
# dpkg --purge slapd
# echo slapd slapd/domain string _ | debconf-set-selections
# apt-get install slapd
<spin>

Some possibilities:
 * Add "_" to the regex (any other characters missing?) - not even sure "_" is valid
 * Add [ "$DEBIAN_FRONTEND" == "noninteractive" ] && db_set slapd/domain
nodomain in a relevant place
 * Set the default for slapd/invalid_config to false in the template