]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fix incorrect variable sshd_permit_empty_passwords
authorMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 15:51:58 +0000 (11:51 -0400)
committerMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 15:51:58 +0000 (11:51 -0400)
templates/sshd_config/CentOS_normal.erb
templates/sshd_config/Debian_normal.erb
templates/sshd_config/Gentoo_normal.erb
templates/sshd_config/OpenBSD_normal.erb

index 3ec0f41c72707a690e945d003f12f3f0cbc6b5ef..e576a78be49881325ab62ad8d7bd34ba1fda33af 100644 (file)
@@ -106,7 +106,7 @@ PasswordAuthentication no
 <%- end %>
 
 # To enable empty passwords, change to yes (NOT RECOMMENDED)
-<%- if real_sshd_empty_passwords.to_s == 'yes' then %>
+<%- if real_sshd_permit_empty_passwords.to_s == 'yes' then %>
 PermitEmptyPasswords yes
 <% else -%>
 PermitEmptyPasswords no
index a1e1ece097d4e98246fdd5036b273bfff90095f2..60d93c1f1172c6f252ad9003515057889fbca63e 100644 (file)
@@ -88,7 +88,7 @@ HostbasedAuthentication no
 #IgnoreUserKnownHosts yes
 
 # To enable empty passwords, change to yes (NOT RECOMMENDED)
-<%- if real_sshd_empty_passwords.to_s == 'yes' then %>
+<%- if real_sshd_permit_empty_passwords.to_s == 'yes' then %>
 PermitEmptyPasswords yes
 <% else -%>
 PermitEmptyPasswords no
index 4acfb40e66357c8552488b3943fbd14955a9c450..dcbf9de342e3b55e732c3a5c677609522fe6ae4c 100644 (file)
@@ -109,7 +109,7 @@ PasswordAuthentication no
 <%- end %>
 
 # To enable empty passwords, change to yes (NOT RECOMMENDED)
-<%- if real_sshd_empty_passwords.to_s == 'yes' then %>
+<%- if real_sshd_permit_empty_passwords.to_s == 'yes' then %>
 PermitEmptyPasswords yes
 <% else -%>
 PermitEmptyPasswords no
index b36a988c00289623697da22ae5bf3f1b57cbc1a6..e62b3c16c4c09d86d48fa5a8b8aed8e5996973aa 100644 (file)
@@ -102,7 +102,7 @@ PasswordAuthentication no
 <%- end %>
 
 # To enable empty passwords, change to yes (NOT RECOMMENDED)
-<%- if real_sshd_empty_passwords.to_s == 'yes' then %>
+<%- if real_sshd_permit_empty_passwords.to_s == 'yes' then %>
 PermitEmptyPasswords yes
 <% else -%>
 PermitEmptyPasswords no