On Wed, Oct 31, 2012 at 03:10:12PM -0400, Simo Sorce wrote:
> On Wed, 2012-10-31 at 14:36 -0400, Stephen Gallagher wrote:
> > On Wed 31 Oct 2012 02:16:02 PM EDT, Simo Sorce wrote:
> > > On Wed, 2012-10-31 at 13:18 -0400, Stephen Gallagher wrote:
> > >> fail:
> > >> -DEBUG(2, ("Failed to save
On Wed, Oct 31, 2012 at 02:36:38PM -0400, Stephen Gallagher wrote:
> [1] See Jakub's patch about the off-by-one error. Basically, we were
> trying to allocate an array of zero length, getting NULL back and
> treating it as an out-of-memory error.
For the record, that patch was fixing another issue
On Wed 31 Oct 2012 02:16:02 PM EDT, Simo Sorce wrote:
On Wed, 2012-10-31 at 13:18 -0400, Stephen Gallagher wrote:
fail:
-DEBUG(2, ("Failed to save group [%s]\n",
- name ? name : "Unknown"));
+DEBUG(SSSDBG_MINOR_FAILURE,
+ ("Failed to save group [%s]: [%s]\n",
+
On Wed, 2012-10-31 at 14:36 -0400, Stephen Gallagher wrote:
> On Wed 31 Oct 2012 02:16:02 PM EDT, Simo Sorce wrote:
> > On Wed, 2012-10-31 at 13:18 -0400, Stephen Gallagher wrote:
> >> fail:
> >> -DEBUG(2, ("Failed to save group [%s]\n",
> >> - name ? name : "Unknown"));
> >> +
On Wed, 2012-10-31 at 13:18 -0400, Stephen Gallagher wrote:
> fail:
> -DEBUG(2, ("Failed to save group [%s]\n",
> - name ? name : "Unknown"));
> +DEBUG(SSSDBG_MINOR_FAILURE,
> + ("Failed to save group [%s]: [%s]\n",
> + name ? name : "Unknown",
> +
---
src/providers/ldap/sdap_async_groups.c | 86 +-
1 file changed, 75 insertions(+), 11 deletions(-)
diff --git a/src/providers/ldap/sdap_async_groups.c
b/src/providers/ldap/sdap_async_groups.c
index
60cbcea7727f5d7e614f339acf979e513b114efd..cb372d2cf38a85298066