[Freeipa-devel] [PATCH] Fix setattr mail bug in user plugin.

2011-02-15 Thread Pavel Zuna
The email normalizer expects a list or tuple, but when using setattr it gets a string and interates on it as if it was a list/tuple. Before patch: [root@ipadev freeipa]# ./ipa user-mod testuser --setattr mail=testu...@example.com Modified user "testuser" --

Re: [Freeipa-devel] [PATCH] Fix setattr mail bug in user plugin.

2011-02-15 Thread Martin Kosek
ACK. Martin On Tue, 2011-02-15 at 16:18 +0100, Pavel Zuna wrote: > The email normalizer expects a list or tuple, but when using setattr it gets > a > string and interates on it as if it was a list/tuple. > > Before patch: > > [root@ipadev freeipa]# ./ipa user-mod testuser --setattr > mail=te

Re: [Freeipa-devel] [PATCH] Fix setattr mail bug in user plugin.

2011-02-15 Thread Adam Young
On 02/15/2011 10:56 AM, Martin Kosek wrote: ACK. Martin On Tue, 2011-02-15 at 16:18 +0100, Pavel Zuna wrote: The email normalizer expects a list or tuple, but when using setattr it gets a string and interates on it as if it was a list/tuple. Before patch: [root@ipadev freeipa]# ./ipa user-mo