Re: [Samba] Question on : Winbindd dumps core in find_builtin_domain() at nsswitch/winbindd_util.c:673

2008-09-03 Thread Volker Lendecke
On Tue, Sep 02, 2008 at 05:54:02AM -0600, Har Gagan Sahai wrote: > This is happening in our specific Active Directory setup. > It is reaching this path finally and overwriting the > builtin domain. This is causing the dump later. We have a > bug raised in Novell on this issue (bug #292609, not sur

Re: [Samba] Question on : Winbindd dumps core in find_builtin_domain() at nsswitch/winbindd_util.c:673

2008-09-02 Thread Har Gagan Sahai
Hi Volker, This is happening in our specific Active Directory setup. It is reaching this path finally and overwriting the builtin domain. This is causing the dump later. We have a bug raised in Novell on this issue (bug #292609, not sure whether you will be able to access this.). regards, Har

Re: [Samba] Question on : Winbindd dumps core in find_builtin_domain () at nsswitch/winbindd_util.c:673

2008-08-25 Thread Volker Lendecke
On Sat, Aug 23, 2008 at 02:49:25AM -0600, Tukaram Laxmeshwar wrote: > We code changes to fix this issue and verified that it is not dumping any > more. > Following is the patch , > --- nsswitch/winbindd_cm.c.old 2008-05-15 13:22:13.0 +0530 > +++ nsswitch/winbindd_cm.c 2008-05-15

[Samba] Question on : Winbindd dumps core in find_builtin_domain () at nsswitch/winbindd_util.c:673

2008-08-23 Thread Tukaram Laxmeshwar
We are seeing winbindd dumping core in find_builtin_domain () at nsswitch/winbindd_util.c:673. We have analyzed the core and found that when there are no built domains it sends smb_panic(). Looking in to the built domain we found that the built domain is being overwritten. Following is the st