[Freeipa-devel] [PATCH] 0091 Allow full customisability of CA subject name

2016-08-21 Thread Fraser Tweedale
On Fri, Aug 19, 2016 at 08:09:33PM +1000, Fraser Tweedale wrote: > On Mon, Aug 15, 2016 at 10:54:25PM +1000, Fraser Tweedale wrote: > > On Mon, Aug 15, 2016 at 02:08:54PM +0200, Jan Cholasta wrote: > > > On 19.7.2016 12:05, Jan Cholasta wrote: > > > > On 19.7.2016 11:54, Fraser Tweedale wrote: > >

Re: [Freeipa-devel] [PATCH] 0084 cert-revoke: fix permission check bypass

2016-08-21 Thread Jan Cholasta
Hi, On 19.8.2016 12:55, Fraser Tweedale wrote: This patch fixes CVE-2016-5404. Versions for master, ipa-4-3 and ipa-4-2 branches are attached. ACKed off-list. Pushed to: master: cf74584d0f772f3f5eccc1d30c001e4212a104fd ipa-4-2: e26ec4c220b10a20fa7527ad7173c89c3032e480 ipa-4-3:

[Freeipa-devel] [freeipa/freeipa #3] User add fix #6199 (comment)

2016-08-21 Thread freeipa-github-notification
jcholast commented on a pull request This is not very comprehensible. I would rather replace the: ```python dn = self.obj.get_either_dn(*keys, **options) ``` at the beginning of `user_add.pre_callback` with: ```python delete_dn = self.obj.get_delete_dn(*keys, **options) try: