rename SDB to SCC
authorLove Hörnquist Åstrand <lha@kth.se>
Fri, 3 Apr 2009 04:10:49 +0000 (04:10 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Fri, 3 Apr 2009 04:10:49 +0000 (04:10 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25075 ec53bebd-3082-4978-b11e-865c3cabbd6b

tests/kdc/check-cc.in

index a32068d5260ac7198719d7ff45a84d1153d89794..6f2e1b409c570a2c06aaf1456958e25e8f0f70e9 100644 (file)
@@ -107,7 +107,7 @@ ec=0
 (cat ${objdir}/krb5.conf ;                     \
  echo '' ;                                     \
  echo '[libdefaults]' ;                        \
- echo "    default_cc_type = SDB" ;            \
+ echo "    default_cc_type = SCC" ;            \
  echo '' )                                     \
     > ${objdir}/krb5-cc.conf
 
@@ -123,8 +123,8 @@ ${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
 ${kdestroy}
 
 echo "getting both tickets"; > messages.log
-${kinit} -c SDB:1 foo@${R} || { ec=1 ; eval "${testfailed}"; }
-${kinit} -c SDB:2 bar@${R} || { ec=1 ; eval "${testfailed}"; }
+${kinit} -c SCC:1 foo@${R} || { ec=1 ; eval "${testfailed}"; }
+${kinit} -c SCC:2 bar@${R} || { ec=1 ; eval "${testfailed}"; }
 echo "switch foo"
 ${kswitch} -p foo@${R} || { ec=1 ; eval "${testfailed}"; }
 ${klist} | head -2 | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }