Re: [Freeipa-devel] [PATCH 33/33] Clean up existing DN object usage

2011-07-29 Thread Martin Kosek
On Fri, 2011-07-29 at 09:59 +0200, Jan Cholasta wrote: > On 28.7.2011 21:27, John Dennis wrote: > > Clean up existing DN object usage: > > > > DN's support iteration, no need for loop index. > > > > get_cert_nickname() now returns a DN object instead of a dn string. > > > > Use DN equality testing

Re: [Freeipa-devel] [PATCH 33/33] Clean up existing DN object usage

2011-07-29 Thread Jan Cholasta
On 28.7.2011 21:27, John Dennis wrote: Clean up existing DN object usage: DN's support iteration, no need for loop index. get_cert_nickname() now returns a DN object instead of a dn string. Use DN equality testing instead of string equality. Replace use DN syntax strings with DN constructor a

[Freeipa-devel] [PATCH 33/33] Clean up existing DN object usage

2011-07-28 Thread John Dennis
Clean up existing DN object usage: DN's support iteration, no need for loop index. get_cert_nickname() now returns a DN object instead of a dn string. Use DN equality testing instead of string equality. Replace use DN syntax strings with DN constructor args. Remove ipaldap.IPAdmin.normalizeDN