* ask questions on install too
[citadel.git] / citadel / debian / citadel-common.postinst
index 37c560c0f6ad1020b78b98b2c57d474cdbee5f5f..30e9104c9bd27bcf3893dc32ca2a516ac0b49570 100644 (file)
@@ -15,7 +15,7 @@ case "$1" in
         if ! getent passwd citadel >/dev/null; then 
             adduser --system --ingroup citadel --home /var/lib/citadel \
                     --gecos "Citadel system user" --shell /bin/sh \
-                    --disabled-password citadel
+                    --disabled-password --no-create-home citadel --shell /bin/false
         fi
 
         chown -R citadel:citadel /etc/citadel