make --anonymous only take realm.
authorLove Hörnquist Åstrand <lha@kth.se>
Wed, 4 Feb 2009 22:09:21 +0000 (22:09 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Wed, 4 Feb 2009 22:09:21 +0000 (22:09 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24609 ec53bebd-3082-4978-b11e-865c3cabbd6b

tests/kdc/check-kdc.in

index a9e6f635f134aa783592b189f07e863c6402cf30..631e13bf6113b19410cf298e224299c123ea2147 100644 (file)
@@ -369,7 +369,7 @@ if test "$pkinit" = yes -a "$rsa" = yes ; then
     base="${srcdir}/../../lib/hx509/data"
 
     echo "try anonymous pkinit"; > messages.log
-    ${kinit} $type --anonymous WELLKNOWN/ANONYMOUS@${R} || \
+    ${kinit} $type --anonymous ${R} || \
        { ec=1 ; eval "${testfailed}"; }
     ${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
     ${kdestroy}