Re: [Freeipa-devel] [PATCH] 392 retrieve schema using kerberos credentials

2010-03-16 Thread Jason Gerard DeRose
On Fri, 2010-02-26 at 11:26 -0500, Rob Crittenden wrote: > Retrieve the LDAP schema using kerberos credentials. > > This is required so we can disable anonymous access in 389-ds. > > rob I'm getting a merge conflict with the migration plugin: error: patch failed: ipalib/plugins/migration.py

Re: [Freeipa-devel] [PATCH] 372 check for group but no user

2010-03-16 Thread Jason Gerard DeRose
On Tue, 2010-03-16 at 17:57 -0400, Rob Crittenden wrote: > Handle the case where the DS group exists but the user does not > > If the group exists but the user doesn't then useradd blows up > trying to create the user and group. So test to see if the group > exists and if it does pass along the -g

Re: [Freeipa-devel] [PATCH] 369 fix word usage in installer

2010-03-16 Thread Jason Gerard DeRose
On Wed, 2010-02-03 at 14:57 -0500, Rob Crittenden wrote: > Proper use of "set up" vs "setup". > > rob > ___ > Freeipa-devel mailing list > Freeipa-devel@redhat.com > https://www.redhat.com/mailman/listinfo/freeipa-devel ack. pushed to master.

[Freeipa-devel] [PATCH] 372 check for group but no user

2010-03-16 Thread Rob Crittenden
Handle the case where the DS group exists but the user does not If the group exists but the user doesn't then useradd blows up trying to create the user and group. So test to see if the group exists and if it does pass along the -g argument to useradd. rob freeipa-372-dsuser.patch Description:

[Freeipa-devel] [PATCH] 408 fix typo

2010-03-16 Thread Rob Crittenden
I fixed a typo in a doc string in automount.py for bug 573939. I pushed this under the 1-liner rule (even though the updated pot was a bit more than 1 line). rob freeipa-408-typo.patch Description: application/mbox ___ Freeipa-devel mailing list Fr

Re: [Freeipa-devel] Use ldap2 instead of legacy LDAP code from v1 in installer scripts.

2010-03-16 Thread Rob Crittenden
Pavel Zuna wrote: This is the first in a series of patches, that replace all the legacy code from v1 related to LDAP. I did some limited testing of the installer after this patch and nothing seems to break, but I didn't do replicas etc... Pavel A couple of comments: - We return ACIError wh

Re: [Freeipa-devel] [PATCH] Enable LDAPObject subclasses to disable DN normalization in their methods.

2010-03-16 Thread Rob Crittenden
Pavel Zuna wrote: New attribute in LDAPObject: normalize_dn Defaults to True. If False, LDAP* methods won't normalize DNs before passing them to python-ldap. Pavel This also makes entries returned by LDAPSearch a list instead of a tuple. What is the purpose of that? rob ___

Re: [Freeipa-devel] [PATCH 11/11] Add Ukrainian translations

2010-03-16 Thread Rob Crittenden
John Dennis wrote: ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel pushed to master

Re: [Freeipa-devel] [PATCH 9/9] remove .pot target from Makefile.in

2010-03-16 Thread Rob Crittenden
John Dennis wrote: This is a multi-part message in MIME format. --1.6.6.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit We want to manually make the .pot file, we shouldn't have anything in the Makefile which will cause the .pot file to be reb

Re: [Freeipa-devel] Use ldap2.make_*dn* methods in pwpolicy plugin.

2010-03-16 Thread John Dennis
Pavel, when sending a patch please make sure your subject starts with [PATCH] so mail filters work, Thanks! -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://

[Freeipa-devel] Use ldap2 instead of legacy LDAP code from v1 in installer scripts.

2010-03-16 Thread Pavel Zuna
This is the first in a series of patches, that replace all the legacy code from v1 related to LDAP. I did some limited testing of the installer after this patch and nothing seems to break, but I didn't do replicas etc... Pavel 0006-Use-ldap2-instead-of-legacy-LDAP-code-from-v1-in-ins.patch De

Re: [Freeipa-devel] [PATCH] Add INTERNAL flag to frontend plugins. If set, the plugin won't show up in UI.

2010-03-16 Thread Pavel Zuna
Pavel Zuna wrote: We discussed this with Jason on IRC. There are cases when a defining an internal command plugin might come in handy. The plugin can be used by other plugin (for example to create "helper" objects in LDAP like Class of Service entries). Pavel Forgot to attach patch. Pavel

[Freeipa-devel] [PATCH] Enable LDAPObject subclasses to disable DN normalization in their methods.

2010-03-16 Thread Pavel Zuna
New attribute in LDAPObject: normalize_dn Defaults to True. If False, LDAP* methods won't normalize DNs before passing them to python-ldap. Pavel 0004-Enable-LDAPObject-subclasses-to-disable-DN-normaliza.patch Description: application/mbox ___ Free

[Freeipa-devel] [PATCH] Don't escape DN characters between quotes in attribute values.

2010-03-16 Thread Pavel Zuna
This makes it possible to create DNs as required by some class of service plugins, where the DN actually contains another DN in quotes. Pavel 0002-Don-t-escape-DN-characters-between-quotes-in-attribu.patch Description: application/mbox ___ Freeipa-de

[Freeipa-devel] Use ldap2.make_*dn* methods in pwpolicy plugin.

2010-03-16 Thread Pavel Zuna
Fixes bug #572423 (Providing multiple group names in pwpolicy-show command throws internal serer error.) Pavel 0003-Use-ldap2.make_-dn-methods-in-pwpolicy-plugin.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.

[Freeipa-devel] [PATCH] Add INTERNAL flag to frontend plugins. If set, the plugin won't show up in UI.

2010-03-16 Thread Pavel Zuna
We discussed this with Jason on IRC. There are cases when a defining an internal command plugin might come in handy. The plugin can be used by other plugin (for example to create "helper" objects in LDAP like Class of Service entries). Pavel ___ Free