optional_depends linux-pam "YES_PAM" "NO_PAM" \
"use pam for authentication and disable native shadow support"  &&

# only ask if no pam selected
if ! is_depends_enabled $SPELL linux-pam
then
  config_query VLOCK_SUID \
    "Set vlock binary suid root for non-root users and shadow passwords?" n
fi
