From 29603ecb161b4e7db0e80cb15d1ac3873a93adf0 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 25 Nov 2010 21:39:16 -0800 Subject: [PATCH] add attrs-for-mech --- lib/gssapi/gss-commands.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/gssapi/gss-commands.in b/lib/gssapi/gss-commands.in index 005d549df..a2fc2288e 100644 --- a/lib/gssapi/gss-commands.in +++ b/lib/gssapi/gss-commands.in @@ -36,6 +36,19 @@ command = { name = "supported-mechanisms" help = "Print the supported mechanisms" } +command = { + name = "attrs-for-mech" + help = "Print the attributes for mechs" + option = { + long = "all" + type = "flag" + } + option = { + long = "mech" + type = "string" + argument = "mechanism" + } +} command = { name = "help" name = "?"