summaryrefslogtreecommitdiff
path: root/templates/sshd_config/Debian_squeeze.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-15 20:38:07 -0500
committerMicah Anderson <micah@riseup.net>2010-12-15 20:38:07 -0500
commit0ec0562257a0a0bde04c149f323c47632071005c (patch)
tree54000d28c63aafb8f2f7c85e2d816d830cd8d4a8 /templates/sshd_config/Debian_squeeze.erb
parent167cf532711ac88e9d93fe77b9d904206d98ac1a (diff)
remote KerberosGetAFSToken, its actually not a functional configuration option, even though it is listed in the man page, and commented out in the default config file. I filed a bug with debian (#607238)
Diffstat (limited to 'templates/sshd_config/Debian_squeeze.erb')
-rw-r--r--templates/sshd_config/Debian_squeeze.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/sshd_config/Debian_squeeze.erb b/templates/sshd_config/Debian_squeeze.erb
index 9f91c16..cfdd291 100644
--- a/templates/sshd_config/Debian_squeeze.erb
+++ b/templates/sshd_config/Debian_squeeze.erb
@@ -117,11 +117,6 @@ KerberosAuthentication yes
<%- else -%>
KerberosAuthentication no
<%- end -%>
-<%- if sshd_kerberos_getafstoken.to_s == 'yes' then -%>
-KerberosGetAFSToken yes
-<%- else -%>
-KerberosGetAFSToken no
-<%- end -%>
<%- if sshd_kerberos_orlocalpasswd.to_s == 'yes' then -%>
KerberosOrLocalPasswd yes
<%- else -%>