Re: [Freeipa-devel] [PATCHES 0351-0353] Improvements to ID override type validation

2015-07-23 Thread Tomas Babej
On 07/23/2015 03:32 PM, Alexander Bokovoy wrote: > On Thu, 23 Jul 2015, Tomas Babej wrote: +def get_trusted_domain_object_type(self, name_or_sid): +""" +Return the type of the object corresponding to the given name in +the trusted domain, which

Re: [Freeipa-devel] [PATCHES 0351-0353] Improvements to ID override type validation

2015-07-23 Thread Alexander Bokovoy
On Thu, 23 Jul 2015, Tomas Babej wrote: +def get_trusted_domain_object_type(self, name_or_sid): +""" +Return the type of the object corresponding to the given name in +the trusted domain, which is either 'user', 'group' or 'both'. +The 'both' types is used for

Re: [Freeipa-devel] [PATCHES 0351-0353] Improvements to ID override type validation

2015-07-23 Thread Tomas Babej
On 07/23/2015 03:08 PM, Alexander Bokovoy wrote: > On Thu, 23 Jul 2015, Tomas Babej wrote: >> Hi, >> >> this patchset deals mainly with the ticket: >> >> https://fedorahosted.org/freeipa/ticket/5029 >> >> Details in the commit messages. >> >> Tomas > >> From 83defa7e286b9e65a147598b4056abc47b464

Re: [Freeipa-devel] [PATCHES 0351-0353] Improvements to ID override type validation

2015-07-23 Thread Alexander Bokovoy
On Thu, 23 Jul 2015, Tomas Babej wrote: Hi, this patchset deals mainly with the ticket: https://fedorahosted.org/freeipa/ticket/5029 Details in the commit messages. Tomas From 83defa7e286b9e65a147598b4056abc47b4647bf Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 22 Jul 2015 14:00:

[Freeipa-devel] [PATCHES 0351-0353] Improvements to ID override type validation

2015-07-23 Thread Tomas Babej
Hi, this patchset deals mainly with the ticket: https://fedorahosted.org/freeipa/ticket/5029 Details in the commit messages. Tomas From 83defa7e286b9e65a147598b4056abc47b4647bf Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 22 Jul 2015 14:00:37 +0200 Subject: [PATCH] dcerpc: Add get_tru