Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-11 Thread Alexander Bokovoy
On Wed, 10 Jul 2013, Simo Sorce wrote: On Wed, 2013-07-10 at 19:15 +0300, Alexander Bokovoy wrote: On Tue, 09 Jul 2013, Jakub Hrozek wrote: >On Tue, Jul 09, 2013 at 11:42:00AM +0200, Jakub Hrozek wrote: >> On Tue, Jul 09, 2013 at 10:33:19AM +0300, Alexander Bokovoy wrote: >> > On Mon, 08 Jul 201

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-10 Thread Simo Sorce
On Wed, 2013-07-10 at 19:15 +0300, Alexander Bokovoy wrote: > On Tue, 09 Jul 2013, Jakub Hrozek wrote: > >On Tue, Jul 09, 2013 at 11:42:00AM +0200, Jakub Hrozek wrote: > >> On Tue, Jul 09, 2013 at 10:33:19AM +0300, Alexander Bokovoy wrote: > >> > On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >> > >On

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-10 Thread Jakub Hrozek
On Wed, Jul 10, 2013 at 07:15:44PM +0300, Alexander Bokovoy wrote: > We'll need to be able to read separator value out of /etc/sssd.conf. I > wonder if this could actually be done by libsss_nss_idmap so that we > don't need to reimplement the code to read config and link directly with > libini_conf

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-10 Thread Alexander Bokovoy
On Tue, 09 Jul 2013, Jakub Hrozek wrote: On Tue, Jul 09, 2013 at 11:42:00AM +0200, Jakub Hrozek wrote: On Tue, Jul 09, 2013 at 10:33:19AM +0300, Alexander Bokovoy wrote: > On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >On Mon, Jul 08, 2013 at 07:32:41PM +0300, Alexander Bokovoy wrote: > >>On Mon, 0

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-09 Thread Jakub Hrozek
On Tue, Jul 09, 2013 at 11:42:00AM +0200, Jakub Hrozek wrote: > On Tue, Jul 09, 2013 at 10:33:19AM +0300, Alexander Bokovoy wrote: > > On Mon, 08 Jul 2013, Jakub Hrozek wrote: > > >On Mon, Jul 08, 2013 at 07:32:41PM +0300, Alexander Bokovoy wrote: > > >>On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-09 Thread Jakub Hrozek
On Tue, Jul 09, 2013 at 10:33:19AM +0300, Alexander Bokovoy wrote: > On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >On Mon, Jul 08, 2013 at 07:32:41PM +0300, Alexander Bokovoy wrote: > >>On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >>>On Mon, Jul 08, 2013 at 04:15:39PM +0300, Alexander Bokovoy wrote: >

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-09 Thread Alexander Bokovoy
On Mon, 08 Jul 2013, Jakub Hrozek wrote: On Mon, Jul 08, 2013 at 07:32:41PM +0300, Alexander Bokovoy wrote: On Mon, 08 Jul 2013, Jakub Hrozek wrote: >On Mon, Jul 08, 2013 at 04:15:39PM +0300, Alexander Bokovoy wrote: >>On Mon, 08 Jul 2013, Alexander Bokovoy wrote: >>>On Wed, 03 Jul 2013, Sumit B

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-08 Thread Jakub Hrozek
On Mon, Jul 08, 2013 at 07:32:41PM +0300, Alexander Bokovoy wrote: > On Mon, 08 Jul 2013, Jakub Hrozek wrote: > >On Mon, Jul 08, 2013 at 04:15:39PM +0300, Alexander Bokovoy wrote: > >>On Mon, 08 Jul 2013, Alexander Bokovoy wrote: > >>>On Wed, 03 Jul 2013, Sumit Bose wrote: > Hi, > > wi

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-08 Thread Alexander Bokovoy
On Mon, 08 Jul 2013, Jakub Hrozek wrote: On Mon, Jul 08, 2013 at 04:15:39PM +0300, Alexander Bokovoy wrote: On Mon, 08 Jul 2013, Alexander Bokovoy wrote: >On Wed, 03 Jul 2013, Sumit Bose wrote: >>Hi, >> >>with this patch the extdom plugin, the LDAP extended operation that >>allows IPA clients wi

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-08 Thread Jakub Hrozek
On Mon, Jul 08, 2013 at 04:15:39PM +0300, Alexander Bokovoy wrote: > On Mon, 08 Jul 2013, Alexander Bokovoy wrote: > >On Wed, 03 Jul 2013, Sumit Bose wrote: > >>Hi, > >> > >>with this patch the extdom plugin, the LDAP extended operation that > >>allows IPA clients with recent SSSD to lookup AD user

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-08 Thread Alexander Bokovoy
On Mon, 08 Jul 2013, Alexander Bokovoy wrote: On Wed, 03 Jul 2013, Sumit Bose wrote: Hi, with this patch the extdom plugin, the LDAP extended operation that allows IPA clients with recent SSSD to lookup AD users and groups, will not use winbind for the lookup anymore but will use SSSD running i

Re: [Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-08 Thread Alexander Bokovoy
On Wed, 03 Jul 2013, Sumit Bose wrote: Hi, with this patch the extdom plugin, the LDAP extended operation that allows IPA clients with recent SSSD to lookup AD users and groups, will not use winbind for the lookup anymore but will use SSSD running in ipa_server_mode. Since now no plugin uses th

[Freeipa-devel] [PATCH] 117 extdom: replace winbind calls with POSIX/SSSD calls

2013-07-03 Thread Sumit Bose
Hi, with this patch the extdom plugin, the LDAP extended operation that allows IPA clients with recent SSSD to lookup AD users and groups, will not use winbind for the lookup anymore but will use SSSD running in ipa_server_mode. Since now no plugin uses the winbind client libraries anymore, the s