[PATCH][pykickstart] Add support for the realm command V2

Martin Kolman mkolman at gmail.com
Thu May 9 15:02:04 UTC 2013


This patch adds support for the realm command. Only the join subcommand
is supported and only one realm line can be present in a kickstart file.

Support for the permit & deny subcomand has been removed both from
the command definition and tests.

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

 pykickstart/commands/__init__.py |   2 +-
 pykickstart/commands/realm.py    | 105 +++++++++++++++++++++++++++++++++++++++
 pykickstart/handlers/control.py  |   1 +
 tests/commands/realm.py          |  43 ++++++++++++++++
 4 files changed, 150 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