Add check command
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17569 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -357,7 +357,6 @@ command = {
|
|||||||
min_args = "1"
|
min_args = "1"
|
||||||
help = "Lists principals in a terse format. Equivalent to \"get -t\"."
|
help = "Lists principals in a terse format. Equivalent to \"get -t\"."
|
||||||
}
|
}
|
||||||
|
|
||||||
command = {
|
command = {
|
||||||
name = "verify-password-quality"
|
name = "verify-password-quality"
|
||||||
name = "pwq"
|
name = "pwq"
|
||||||
@@ -367,7 +366,14 @@ command = {
|
|||||||
max_args = "2"
|
max_args = "2"
|
||||||
help = "Try run the password quality function locally (not doing RPC out to server)."
|
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 = {
|
command = {
|
||||||
name = "help"
|
name = "help"
|
||||||
name = "?"
|
name = "?"
|
||||||
@@ -376,7 +382,6 @@ command = {
|
|||||||
max_args = "1"
|
max_args = "1"
|
||||||
help = "Help! I need somebody."
|
help = "Help! I need somebody."
|
||||||
}
|
}
|
||||||
|
|
||||||
command = {
|
command = {
|
||||||
name = "exit"
|
name = "exit"
|
||||||
name = "quit"
|
name = "quit"
|
||||||
|
Reference in New Issue
Block a user