Re: [SSSD] [PATCH] LDAP: Do not fail if RootDSE check cannot determine search bases

2012-02-01 Thread Stephen Gallagher
On Wed, 2012-02-01 at 14:07 -0500, Stephen Gallagher wrote: > Fixes https://fedorahosted.org/sssd/ticket/1152 > > I just made the get_naming_context() routine non-fatal and added NULL > checks for the search bases in each of the routines that use them. So if > SOME features have search bases avail

Re: [SSSD] [PATCHES][PRELIMINARY] Support of SELinux user maps in SSSD

2012-02-01 Thread Stephen Gallagher
On Wed, 2012-02-01 at 18:29 +0100, Jan Zelený wrote: > I'm sending corrected patches (without the largest one - #0008). > > > On Tue, 2012-01-31 at 22:15 +0100, Jan Zeleny wrote: > > > Jan Zelený wrote: > > > > Hi, > > > > I'm sending all patches implementing support for SELinux user maps. > > >

Re: [SSSD] SUDO: provide manual pages

2012-02-01 Thread Stephen Gallagher
On Wed, 2012-02-01 at 21:01 +0100, Jakub Hrozek wrote: > On Tue, Jan 31, 2012 at 07:13:50AM -0500, Stephen Gallagher wrote: > > On Mon, 2012-01-30 at 21:48 -0500, Stephen Gallagher wrote: > > > On Mon, 2012-01-30 at 21:39 -0500, Stephen Gallagher wrote: > > > > On Mon, 2012-01-30 at 10:57 +0100, Ja

Re: [SSSD] SUDO: provide manual pages

2012-02-01 Thread Jakub Hrozek
On Tue, Jan 31, 2012 at 07:13:50AM -0500, Stephen Gallagher wrote: > On Mon, 2012-01-30 at 21:48 -0500, Stephen Gallagher wrote: > > On Mon, 2012-01-30 at 21:39 -0500, Stephen Gallagher wrote: > > > On Mon, 2012-01-30 at 10:57 +0100, Jakub Hrozek wrote: > > > > Unfortunately Pavel did not have enou

[SSSD] [PATCH] LDAP: Do not fail if RootDSE check cannot determine search bases

2012-02-01 Thread Stephen Gallagher
Fixes https://fedorahosted.org/sssd/ticket/1152 I just made the get_naming_context() routine non-fatal and added NULL checks for the search bases in each of the routines that use them. So if SOME features have search bases available, they'll work. This will ease issues on upgrade. Note: some othe

Re: [SSSD] [PATCHES][PRELIMINARY] Support of SELinux user maps in SSSD

2012-02-01 Thread Stephen Gallagher
On Tue, 2012-01-31 at 22:04 -0500, Stephen Gallagher wrote: > On Tue, 2012-01-31 at 22:15 +0100, Jan Zeleny wrote: > > Jan Zelený wrote: > > > #0008: > > > SELinux user maps support in IPA provider. Also generig data provider > > > related code is here. I'm considering splitting this patch in two

Re: [SSSD] [PATCH] Fixed startup problem in IPA provider

2012-02-01 Thread Stephen Gallagher
On Wed, 2012-02-01 at 11:39 +0100, Jan Zelený wrote: > Because of wrong place where ldap_service_search_base is in attribute array > in > IPA provider, the backend won't start (its trying to load another attribute > instead of the search base). > > The patch has been pushed to master under the

[SSSD] [PATCH] Fixed startup problem in IPA provider

2012-02-01 Thread Jan Zelený
Because of wrong place where ldap_service_search_base is in attribute array in IPA provider, the backend won't start (its trying to load another attribute instead of the search base). The patch has been pushed to master under the one-liner rule. Jan From 75640071c2bfc4adc3128ece0a8b5dc3aec4edad