瀏覽代碼

Clarified parameters are bit in a comment

Justin Plock 10 年之前
父節點
當前提交
c037dce07a
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      roles/common/tasks/google_auth.yml

+ 2
- 2
roles/common/tasks/google_auth.yml 查看文件

@@ -34,8 +34,8 @@
34 34
               insertbefore=BOF
35 35
               state=present
36 36
 
37
-- name: Generate QNR code for default user
38
-  command: /usr/local/bin/google-authenticator -t -f -d --label="{{ main_user_name }}@{{ domain }}" --qr-mode=ANSI -r 3 -R 30 -W --secret=/home/{{ main_user_name }}/.google_authenticator
37
+- name: Generate a timed-based, no reuse, rate-limited (3 logins per 30 seconds) with no concurrently valid codes for default user
38
+  command: /usr/local/bin/google-authenticator -t -f -d --label="{{ main_user_name }}@{{ domain }}" --qr-mode=NONE -r 3 -R 30 -W --secret=/home/{{ main_user_name }}/.google_authenticator
39 39
            creates=/home/{{ main_user_name }}/.google_authenticator
40 40
 
41 41
 - name: Fix permissions on generated file

Loading…
取消
儲存