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

2010-04-16 Thread Pavel Zůna
On 4/15/2010 8:18 PM, Rob Crittenden wrote: Pavel Zůna wrote: On 4/14/2010 4:35 PM, Rob Crittenden wrote: Pavel Zuna wrote: On 03/30/2010 10:27 PM, Rob Crittenden wrote: Pavel Zuna wrote: On 03/23/2010 09:40 PM, Rob Crittenden wrote: Pavel Zuna wrote: This is the first in a series of

Re: [Freeipa-devel] [PATCH] strip .po file suffix in translation statistics

2010-04-16 Thread Rob Crittenden
John Dennis wrote: The goal is to get the statistics to line up in columns and not exceed an 80 character line which might cause wrapping. Removing .po suffix from the translation name gives us 3 extra characters. Formatting problems were observed when bn_IN.po was added. Instead of: ipa.pot

Re: [Freeipa-devel] [PATCH 10/10] Add gettext translation test using test language.

2010-04-16 Thread Rob Crittenden
John Dennis wrote: On 03/12/2010 03:24 PM, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2010 01:09 PM, John Dennis wrote: Just a minor nitpick, but it's more traditional to use the notation $(MAKE) -C install/po test_lang rather than explicitly changing

Re: [Freeipa-devel] [PATCH] 409 configure CRL URI

2010-04-16 Thread Rob Crittenden
John Dennis wrote: On 03/17/2010 03:03 PM, Rob Crittenden wrote: Configure the CRL URI in dogtag. Also print out a restart message after applying the custom subject. It takes a while to restart dogtag and this lets the user know things are moving forward. ACK pushed to master

Re: [Freeipa-devel] [PATCH] 410 enable anonymous VLV

2010-04-16 Thread Rob Crittenden
John Dennis wrote: On 03/19/2010 04:56 PM, Rob Crittenden wrote: Rob Crittenden wrote: Rob Crittenden wrote: Modify the VLV aci to allow anonymous searches. This will allow Solaris clients to function properly. A similar patch will need to be committed to the freeipa-1.2 branch. rob I'm

Re: [Freeipa-devel] [PATCH] Fix output of env plugin. It displayed more than it should.

2010-04-16 Thread Rob Crittenden
Pavel Zůna wrote: Some outputs were missing the 'no_display' flag. Pavel ack, pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] Use escapes in DNs instead of quoting.

2010-04-16 Thread Pavel Zůna
On 4/16/2010 5:09 PM, Rob Crittenden wrote: Pavel Zuna wrote: This patch effectively removes all LDAPv2 style quoted DNs and makes sure we don't use them anymore. KDC doesn't seem to have any problems with LDAPv3 style DNs, but I kept the option to disable DN normalization for now. I also had

[Freeipa-devel] [PATCH] Add new pwpolicy plugin based on baseldap classes

2010-04-16 Thread Pavel Zůna
Don't mind the numbering. This is a completely independent patch. It adds a new pwpolicy plugin based on baseldap.py classes. It has the same functionality as the current pwpolicy plugin, but a more clean and consistent interface, fine grained search capabilities, etc. This is actually an

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

2010-04-16 Thread Rob Crittenden
Pavel Zůna wrote: Rob Crittenden wrote: 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

[Freeipa-devel] [PATCH] 422 reorder some things in client installer

2010-04-16 Thread Rob Crittenden
Reorder some things in the client installer - Fetch the CA cert before running certmonger - Delete entries from the keytab before removing /etc/krb5.conf - Add and remove the IPA CA to /etc/pki/nssdb rob freeipa-422-install.patch Description: application/mbox