[Freeipa-devel] [PATCH] Make host objects aware of their membership and that l==localityName.

2009-11-26 Thread Pavel Zuna
host object's didn't know they can be member of hostgroups, netgroups and rolegroups and they also didn't know that 'l' and 'localityName' is the same attribute. Pavel 0001-Make-host-objects-aware-of-their-membership-and-that.patch Description: application/mbox ___

Re: [Freeipa-devel] [PATCH] Make host objects aware of their membership and that l==localityName.

2009-11-26 Thread Pavel Zuna
Pavel Zuna wrote: host object's didn't know they can be member of hostgroups, netgroups and rolegroups and they also didn't know that 'l' and 'localityName' is the same attribute. Pavel And here's the patch. :) Pavel 0001-Make-host-objects-aware-of-their-membership-and-that.patch Descript

Re: [Freeipa-devel] [PATCH] Make host objects aware of their membership and that l==localityName.

2009-11-26 Thread Pavel Zuna
Pavel Zuna wrote: Pavel Zuna wrote: host object's didn't know they can be member of hostgroups, netgroups and rolegroups and they also didn't know that 'l' and 'localityName' is the same attribute. Pavel And here's the patch. :) Pavel I suspect they put some drugs in our air conditioner, t

Re: [Freeipa-devel] [PATCH] Print only one line of docstrings in command listings.

2009-11-26 Thread Pavel Zuna
Jason Gerard DeRose wrote: On Thu, 2009-11-19 at 15:57 +0100, Pavel Zuna wrote: Full docstring is shown on `ipa help COMMAND` Pavel nack. There is already a Plugin.summary attribute containing the first line of the docstring. See ipalib/plugable.py line 170. Ok, I didn't know that. Updated

[Freeipa-devel] [PATCH] Fix takes_options in automount plugin.

2009-11-26 Thread Pavel Zuna
Automount plugin was overwriting options from its base class instead of adding new ones. Pavel 0003-Fix-takes_options-in-automount-plugin.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.c

Re: [Freeipa-devel] [PATCH] Add {user, host, sourcehost}Category to HBAC and make accessTime multivalue.

2009-11-26 Thread Pavel Zuna
Rob Crittenden wrote: Pavel Zuna wrote: Due to the format of accessTime (it has commas and spaces in it), we can't use the List parameter type. I made it so that accessTime values have to be entered one by one using new commands. We also agreed, that we're going to rename GeneralizedTime para

[Freeipa-devel] [PATCH] Change object_class of group object.

2009-11-26 Thread Pavel Zuna
Some groups created by default don't have ipaUserGroup and won't show up in searches. Pavel 0006-Change-object_class-on-group-object.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/ma

[Freeipa-devel] [PATCH] Fix Bool parameter type. It was impossible to set to FALSE.

2009-11-26 Thread Pavel Zuna
It was behaving just like Flag except it didn't have autofill=True by default, so it was impossible to set it to False from the CLI. I also made it ignore case (so 'FalSE' and 'tRue' are accepted). Pavel 0007-Fix-Bool-parameter-type.-It-was-impossible-to-set-it.patch Description: application