#!/bin/sh -efu

NOBODY="$(pam_pkcs11_query_config 'default_username')"
[ -n "$NOBODY" ] || NOBODY=nobody

/usr/bin/card-inserted-default "$NOBODY"
