On 9/5/08, JB Hewitt - Blade <[EMAIL PROTECTED]> wrote: > I'm trying to find a command with net to show what users belong into > groups. I don't use winbind so it's a bit tricky to find out.
You can do this with net rpc group members <group_name> even without winbind. I would carefully inspect the LDAP entries for user1, user2 and user3 and the relevant groups using ldapsearch. There must be some difference between user3 and the others. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
