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 other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
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 available, they'll work. This will ease issues on upgrade.
Note: some other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
Minor update.
Squash in a patch from Jakub to avoid a startup failure when the SUDO search base is not set and SSSD was built with --enable-sudo
On Thu, Feb 2, 2012 at 3:38 AM, Stephen Gallagher sgallagh@redhat.com wrote:
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 available, they'll work. This will ease issues on upgrade.
Note: some other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
Yes :-) I'm going to update the autofs patches that are already on the list.
Minor update.
Squash in a patch from Jakub to avoid a startup failure when the SUDO search base is not set and SSSD was built with --enable-sudo
Nack,
you missed the check in sdap_get_netgroups_send()
On Fri, 2012-02-03 at 18:42 +0100, Jakub Hrozek wrote:
On Thu, Feb 2, 2012 at 3:38 AM, Stephen Gallagher sgallagh@redhat.com wrote:
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 available, they'll work. This will ease issues on upgrade.
Note: some other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
Yes :-) I'm going to update the autofs patches that are already on the list.
Minor update.
Squash in a patch from Jakub to avoid a startup failure when the SUDO search base is not set and SSSD was built with --enable-sudo
Nack,
you missed the check in sdap_get_netgroups_send()
Thanks for catching that. New patch attached.
On Fri, Feb 03, 2012 at 03:35:44PM -0500, Stephen Gallagher wrote:
On Fri, 2012-02-03 at 18:42 +0100, Jakub Hrozek wrote:
On Thu, Feb 2, 2012 at 3:38 AM, Stephen Gallagher sgallagh@redhat.com wrote:
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 available, they'll work. This will ease issues on upgrade.
Note: some other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
Yes :-) I'm going to update the autofs patches that are already on the list.
Minor update.
Squash in a patch from Jakub to avoid a startup failure when the SUDO search base is not set and SSSD was built with --enable-sudo
Nack,
you missed the check in sdap_get_netgroups_send()
Thanks for catching that. New patch attached.
Ack
On Fri, 2012-02-03 at 22:53 +0100, Jakub Hrozek wrote:
On Fri, Feb 03, 2012 at 03:35:44PM -0500, Stephen Gallagher wrote:
On Fri, 2012-02-03 at 18:42 +0100, Jakub Hrozek wrote:
On Thu, Feb 2, 2012 at 3:38 AM, Stephen Gallagher sgallagh@redhat.com wrote:
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 available, they'll work. This will ease issues on upgrade.
Note: some other patches in development (such as AutoFS and SELinux) will probably need to be updated to include these NULL checks as well.
Yes :-) I'm going to update the autofs patches that are already on the list.
Minor update.
Squash in a patch from Jakub to avoid a startup failure when the SUDO search base is not set and SSSD was built with --enable-sudo
Nack,
you missed the check in sdap_get_netgroups_send()
Thanks for catching that. New patch attached.
Ack
Pushed to master.
sssd-devel@lists.fedorahosted.org