Bug 3788 - group list is not set
Summary: group list is not set
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: winbind (show other bugs)
Version: 3.0.21c
Hardware: PPC AIX
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 17:40 UTC by Jeff Wright (dead mail address)
Modified: 2006-05-19 02:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Wright (dead mail address) 2006-05-18 17:40:51 UTC
wb_aix_getgrset function in winbind_nss_aix.c is missing the following initialization lines:

        ZERO_STRUCT(response);
        ZERO_STRUCT(request);

Without the above two lines at the beginning of the function, AIX 5.3 will not return the group list.

Please let me know if you require any more information.
Thanks...
Jeff Wright
Comment 1 Volker Lendecke 2006-05-19 02:02:38 UTC
Fixed with r15705.

Thanks,

Volker