[PATCH] Add realm command support

Martin Kolman mkolman at gmail.com
Mon Apr 29 13:09:03 UTC 2013


This is basically just the patch originally sent by Stef,
applied to pykickstart master.
It adds support for parsing the realm command from kickstart;
the join, permit and deny sub-commands are supported.

Martin Kolman (1):
  Add support for the realm command

 pykickstart/commands/__init__.py |   2 +-
 pykickstart/commands/realm.py    | 120 +++++++++++++++++++++++++++++++++++++++
 pykickstart/handlers/control.py  |   1 +
 tests/commands/realm.py          |  54 ++++++++++++++++++
 4 files changed, 176 insertions(+), 1 deletion(-)
 create mode 100644 pykickstart/commands/realm.py
 create mode 100644 tests/commands/realm.py

-- 
1.8.1.4



More information about the anaconda-patches mailing list