From 70d97f1d10bce452f87583ed1a3a1552fadb179a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 3 May 1997 23:48:57 +0000 Subject: [PATCH] Fix entries for ses_release and chk_user. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1651 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/krb4_matrix.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/auth/sia/krb4_matrix.conf b/lib/auth/sia/krb4_matrix.conf index aa3d4b0e7..d19d24f76 100644 --- a/lib/auth/sia/krb4_matrix.conf +++ b/lib/auth/sia/krb4_matrix.conf @@ -23,6 +23,6 @@ siad_getgrgid=(BSD,libc.so) siad_getgrnam=(BSD,libc.so) siad_setgrent=(BSD,libc.so) siad_endgrent=(BSD,libc.so) -siad_ses_release=(KRB4,/usr/athena/lib/libsia_krb4.so) -siad_chk_user=(KRB4,/usr/athena/lib/libsia_krb4.so)(BSD,libc.so) +siad_ses_release=(KRB4,/usr/athena/lib/libsia_krb4.so)(BSD,libc.so) +siad_chk_user=(BSD,libc.so)