aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 4d19be59..c55f7180 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -40,7 +40,8 @@ port { return PORT; }
interval { return INTERVAL; }
auth(enticate)? { return AUTHENTICATE; }
kerberos_v4 { return KERBEROS4; }
-kerberos { return KERBEROS4; }
+kerberos { return KERBEROS; }
+kerberos_v5 { return KERBEROS5; }
timeout { return TIMEOUT;}
envelope { return ENVELOPE; }
qvirtual { return QVIRTUAL; }