support afslog <cell> and afslog when compiled with krb5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12278 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-05-14 21:51:28 +00:00
parent 23489a2cc1
commit b8149a5910

View File

@@ -538,7 +538,7 @@ cmd
}
| SITE SP AFSLOG CRLF check_login
{
#ifdef KRB4
#if defined(KRB4) || defined(KRB5)
if(guest)
reply(500, "Can't be done as guest.");
else if($5)
@@ -549,7 +549,7 @@ cmd
}
| SITE SP AFSLOG SP STRING CRLF check_login
{
#ifdef KRB4
#if defined(KRB4) || defined(KRB5)
if(guest)
reply(500, "Can't be done as guest.");
else if($7)