Add one more principal and list the database.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21350 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-26 16:12:35 +00:00
parent ef7c85db17
commit 965f1c1d3e

View File

@@ -95,6 +95,9 @@ ${kadmin} \
${R} || exit 1
${kadmin} add -p foo --use-defaults foo@${R} || exit 1
${kadmin} add -p foo --use-defaults bar@${R} || exit 1
${kadmin} list '*' > /dev/null || exit 1
echo foo > ${objdir}/foopassword