[Freeipa-devel] Client-side command in the IPA framework

Alexander Bokovoy abokovoy at redhat.com
Thu Feb 27 22:59:35 UTC 2014


On Thu, 27 Feb 2014, Nathaniel McCallum wrote:
>So the recent discussion on importing tokens led me to write a script to
>parse RFC 6030 xml files into IPA token data. This all works well. But
>now I need to integrate it into the IPA framework.
>
>This command will parse one or more xml files, creating a set of tokens
>to be added. Given that we already have otptoken-add on the server-side,
>it seems to me that all work needs to be done on the client-side. How do
>I create a new client-side command that calls existing server-side API?
subclass from frontend.Local, override run() or forward() method and perform batch
operation of otptoken_add from there.

See cli.help, for example.
-- 
/ Alexander Bokovoy




More information about the Freeipa-devel mailing list