Samba version: Version 3.0.28a-0.1.104-1670-SUSE-CODE10 We are seeing a problem where we can no longer query the users or groups in child domains. Any info on how we can resolve this? Debug logs attached.
Created attachment 3293 [details] Debug Logs
We have seen this on 3.0.28g as well.
If I do not use winbind I can query the child domain. List trusted domains #net rpc trustdom list -Uadministrator%password Display Count of Users & Groups #net rpc info -w domain -Uadministrator%password List Users in a Domain #net ads user -w domain -Uadministrator%password
We have rolled back to Version 3.0.26a-0.1.83-1478-SUSE-CODE10 and we are now abe to query the users and groups on child domains.
I think the winbindd issues have been resolved in v3-0-test.
It looks the way in which we did user queries no longer works. Since we are seeing larger domains (400K + usrs) this is a bad practice anyways and have chaned the way we query users in our code. We now use the wbinfo -D domain -n username to query users and the -g option for groups.