Displaying 2 results from an estimated 2 matches for "querygroupmem".
2002 Aug 20
1
PDC to LDAP migration
I'm migrating a NT4 PDC over to a Samba OpenLDAP PDC. I've migrated the
user and computer accounts fine. I using pwdump and the tools from
http://samba.idealx.org/, to do this.
But I'm at a lose with migration of groups from NT4 PDC over to the Samba
LDAP PDC. I've heard it's possible with rpcclient. Any information on how
to do this would be appreciated.
-Jason Yates
2006 Jun 23
2
Getting a list of users in a group - how?
Hi all,
Hopefully this is a simple one - I'm trying to work out how to get a
list of users in a certain group. If I have the following set up in
Active Directory:
Group1
- UserA
- UserB
Group2
- UserC
- UserD
AllGroups
- Group1
- Group2
- UserX
Then I want to be able to say "List all users in the AllGroups group"
and I should get UserA,B,C,D and UserX