#%PAM-1.0
# Regular System auth
auth include base-auth
#
# Google Authenticator with Regular System auth in combined prompt mode
# (OTP is added to the password at the password prompt without separator)
# auth required pam_google_authenticator.so forward_pass
# auth include system-auth use_first_pass
#
# Common
account include base-account
password include base-password
session optional pam_keyinit.so force revoke
session include base-session
session required pam_loginuid.so
