freeipa/ipa-radius-server/plugins
Mark McLoughlin 6976f92862 Refactor krbinstance and dsinstance creation steps
Creation steps are currently done with:

  self.start_creation(2, "Create foo")
  self.step("do foo")
  self.foo()
  self.step("do bar")
  self.bar()
  self.done_creation()

This patch refactors that into the much more
straightforward:

  self.step("do foo", self.foo)
  self.step("do bar", self.bar)
  self.start_creation("Create foo")

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
2007-12-13 09:31:28 +00:00
..
__init__.py Move radius server components into a separate package. 0001-01-01 00:00:00 +00:00
radiusinstance.py Refactor krbinstance and dsinstance creation steps 2007-12-13 09:31:28 +00:00