mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
182: Renamed plublic.cmd base class to Command
This commit is contained in:
@@ -27,11 +27,11 @@ from ipalib.api import api
|
||||
|
||||
|
||||
# Hypothetical functional commands (not associated with any object):
|
||||
class krbtest(public.cmd):
|
||||
class krbtest(public.Command):
|
||||
'Test your Kerberos ticket'
|
||||
api.register(krbtest)
|
||||
|
||||
class discover(public.cmd):
|
||||
class discover(public.Command):
|
||||
'Discover IPA servers on network'
|
||||
api.register(discover)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user