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

Chris Lumens clumens at redhat.com
Thu May 9 17:06:28 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

This looks fine to me.  Thanks for making changes.

- Chris


More information about the anaconda-patches mailing list