summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-28 19:03:50 +0000
committermarkm <markm@FreeBSD.org>2000-02-28 19:03:50 +0000
commit37dce23afc624dfc2ebae4614ddd17d5e376a901 (patch)
tree08c26b6a05650dd5c73e020a82c50440e973043e /crypto/openssh/servconf.h
parent39a8b7149f0ab399cdd6a6d5f254c70ba2cf6fa6 (diff)
downloadFreeBSD-src-37dce23afc624dfc2ebae4614ddd17d5e376a901.zip
FreeBSD-src-37dce23afc624dfc2ebae4614ddd17d5e376a901.tar.gz
1) Add kerberos5 functionality.
by Daniel Kouril <kouril@informatics.muni.cz> 2) Add full LOGIN_CAP capability by Andrey Chernov
Diffstat (limited to 'crypto/openssh/servconf.h')
-rw-r--r--crypto/openssh/servconf.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h
index e21e7ab..3e765b8 100644
--- a/crypto/openssh/servconf.h
+++ b/crypto/openssh/servconf.h
@@ -56,18 +56,23 @@ typedef struct {
* authentication. */
int rsa_authentication; /* If true, permit RSA authentication. */
#ifdef KRB4
- int kerberos_authentication; /* If true, permit Kerberos
+ int krb4_authentication; /* If true, permit Kerberos v4
* authentication. */
- int kerberos_or_local_passwd; /* If true, permit kerberos
+ int krb4_or_local_passwd; /* If true, permit kerberos v4
* and any other password
* authentication mechanism,
* such as SecurID or
* /etc/passwd */
- int kerberos_ticket_cleanup; /* If true, destroy ticket
+ int krb4_ticket_cleanup; /* If true, destroy ticket
* file on logout. */
#endif
+#ifdef KRB5
+ int krb5_authentication;
+ int krb5_tgt_passing;
+
+#endif /* KRB5 */
#ifdef AFS
- int kerberos_tgt_passing; /* If true, permit Kerberos tgt
+ int krb4_tgt_passing; /* If true, permit Kerberos v4 tgt
* passing. */
int afs_token_passing; /* If true, permit AFS token passing. */
#endif
OpenPOWER on IntegriCloud