add password-quality/pwq command

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13476 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-07 23:05:12 +00:00
parent 511b038cd6
commit f955d60539

View File

@@ -146,6 +146,14 @@ static SL_cmd commands[] = {
"Shows which kinds of operations you are allowed to perform." "Shows which kinds of operations you are allowed to perform."
}, },
{ "privs" }, { "privs" },
{
"password-quality",
password_quality,
"password-quality principal password",
"Try run the password quality function locally "
"(not doing RPC out to server)."
},
{ "pwq" },
{ {
"list", list_princs, "list expression...", "list", list_princs, "list expression...",
"Lists principals in a terse format. The same as `get -t'." "Lists principals in a terse format. The same as `get -t'."