diff options
author | djm <djm> | 2003-09-03 02:11:30 +0000 |
---|---|---|
committer | djm <djm> | 2003-09-03 02:11:30 +0000 |
commit | ba3863272f53501cd55681c5b1263e2e93443450 (patch) | |
tree | 6b33de5a73bd0f9bad61afc7b96813e69aac3b6b /auth.h | |
parent | 1b389e189dc52528148c06137f048a405e0e2e7a (diff) | |
download | openssh-ba3863272f53501cd55681c5b1263e2e93443450.tar.gz |
- markus@cvs.openbsd.org 2003/08/28 12:54:34
[auth.h]
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.45 2003/08/26 09:58:43 markus Exp $ */ +/* $OpenBSD: auth.h,v 1.46 2003/08/28 12:54:34 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. |