diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-10-12 13:49:44 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-10-12 13:49:44 +0000 |
commit | f2669d9648e1b9592d04858ab133f2f4914a48b0 (patch) | |
tree | 0698f531a78cf5a7556a079d0a6ab5f12885ca51 /security/xdm-krb4/Makefile | |
parent | e762848ee99d97fce89bf76b434cf84d2da31383 (diff) | |
download | pkgsrc-f2669d9648e1b9592d04858ab133f2f4914a48b0.tar.gz |
Update xdm-krb4 to 3.3.6.2.
xdm-krb4 now has an option, -nostrictkrb4, which allows it to fall back
to non-Kerberos authentication if the KRB4 authentication fails. (Much
wanted by sites with a mix of Kerberos and non-Kerberos users).
Diffstat (limited to 'security/xdm-krb4/Makefile')
-rw-r--r-- | security/xdm-krb4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile index fe38a7ce069..847d5ea6f73 100644 --- a/security/xdm-krb4/Makefile +++ b/security/xdm-krb4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/06/13 08:19:20 wennmach Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/12 13:49:44 wennmach Exp $ # -DISTNAME= xdm-krb4-3.3.6.1 +DISTNAME= xdm-krb4-3.3.6.2 CATEGORIES= security x11 MASTER_SITES= ftp://gutemine.geo.Uni-Koeln.DE/pub/xdm-krb4/ |