From fb8426898d281d1ce312c40199ef11bb14695276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 11 Jan 2020 01:00:47 +0100 Subject: [PATCH] samba.sh: Fix typo in variable name --- bin/ncp/SECURITY/multi-factor-authentication.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ncp/SECURITY/multi-factor-authentication.sh b/bin/ncp/SECURITY/multi-factor-authentication.sh index 49be6fa11..2c8c754f2 100755 --- a/bin/ncp/SECURITY/multi-factor-authentication.sh +++ b/bin/ncp/SECURITY/multi-factor-authentication.sh @@ -194,7 +194,7 @@ is_active() { configure() { - local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkey + local active enable_totp_and_pw enable_pubkey_and_pw enable_pubkey_only enable_pw_only reset_totp_secret ssh_pubkeys enable_totp_and_pw="$ENABLE_TOTP_AND_PASSWORD" enable_pubkey_and_pw="$ENABLE_PUBLIC_KEY_AND_PASSWORD" enable_pubkey_only="$ENABLE_PUBLIC_KEY_ONLY"