aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index a23e4dc0..f50062c1 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -34,8 +34,8 @@ local(domains) { return LOCALDOMAINS; }
proto(col)? { return PROTOCOL; }
port { return PORT; }
auth(enticate)? { return AUTHENTICATE; }
-kerberos_v4 { return KERBEROS_V4; }
-kerberos { return KERBEROS_V4; }
+kerberos_v4 { return KERBEROS4; }
+kerberos { return KERBEROS4; }
timeout { return TIMEOUT;}
envelope { return ENVELOPE; }