浏览代码

googleauth: newline was being eaten

pull/228/head
Pascal de Bruijn 2 年前
父节点
当前提交
b15acc310d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      users/googleauth.sls

+ 1
- 1
users/googleauth.sls 查看文件

@@ -19,7 +19,7 @@ users_{{ users.googleauth_dir }}:
{%- if 'google_auth' in user %}
{%- for svc in user['google_auth'] %}
{%- if user.get('google_2fa', True) %}
{%- set repl = '{0} {1} {2} {3} {4}{5}/{6}_{7} {8}\n{9}'.format(
{%- set repl = '{0} {1} {2} {3} {4}{5}/{6}_{7} {8}\\n{9}'.format(
'auth',
'[success=done new_authtok_reqd=done default=die]',
'pam_google_authenticator.so',

正在加载...
取消
保存