From ff57ab98efe3af183d3e2a2612beb1bd261e0713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 13 May 2006 18:44:02 +0000 Subject: [PATCH] Add check command git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17569 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/kadmin-commands.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kadmin/kadmin-commands.in b/kadmin/kadmin-commands.in index 664cbed02..848f877b4 100644 --- a/kadmin/kadmin-commands.in +++ b/kadmin/kadmin-commands.in @@ -357,7 +357,6 @@ command = { min_args = "1" help = "Lists principals in a terse format. Equivalent to \"get -t\"." } - command = { name = "verify-password-quality" name = "pwq" @@ -367,7 +366,14 @@ command = { max_args = "2" help = "Try run the password quality function locally (not doing RPC out to server)." } - +command = { + name = "check" + function = "check" + argument = "[realm]" + min_args = "0" + max_args = "1" + help = "Check the realm (if not given, the default realm) for configuration errors." +} command = { name = "help" name = "?" @@ -376,7 +382,6 @@ command = { max_args = "1" help = "Help! I need somebody." } - command = { name = "exit" name = "quit"