Displaying 5 results from an estimated 5 matches for "enumdomgroup".
Did you mean:
enumdomgroups
2002 Feb 25
0
group 'Domain Users' doesn't show up anymore (fwd)
...ssed at a domain controller for domain DEMAG
Group Accounts for \\PDC
---------------------------------------------------------------------
*??
*Domain Admins
The command completed successfully.
An equal search from a linux box brings the expected result:
$>rpcclient //pdc -U martink -c "enumdomgroups"
Domain=[DOMAIN] OS=[Unix] Server=[Samba 2.2.3a]
cmd = enumdomgroups
enumdomgroups
group:[Domain Admins] rid:[0x200]
group:[Domain Users] rid:[0x201]
Any ideas how to get that group back ?
thanks,
Martin
--
To unsubscribe from this list go to the following URL and read the
instructions:...
2004 Feb 11
0
groups mapping problem
...ve a samba 2.2.8a running with ldap authentication.
but when I'm browsing the domain account I can see all the users but only
2 groups : Domain Admins and Domain users...
How can I add all my other groups on the domain too ?
[root@lnxbxl root]# rpcclient //SAMBA-FS -U administrator -c "enumdomgroups"
Password:
cmd = enumdomgroups
group:[Domain Admins] rid:[0x200]
group:[Domain Users] rid:[0x201]
[root@lnxbxl root]# rpcclient //SPAMBA-FS -U administrator -c
"enumalsgroups dom
ain"
Password:
cmd = enumalsgroups domain
group:[sys] rid:[0x3ef]
group:[tty] rid:[0x3f3]
group:[disk...
2003 Oct 20
7
domain groups
I have ACL's enabled and am getting a new error, in the Samba log (V
3.0.1Pre1, when attempting to set permissions on a file through Win2000:
get_domain_user_groups: primary gid of user [terry] is not a Domain
group !
get_domain_user_groups: You should fix it, NT doesn't like that
Do I need to create a group on the windows(2000) side? The entries in
the domaingroup.map
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
2003 Oct 03
1
How to list members of a workgroup
Hi
I look for a way to generate a text file, holding the workgroup/user
relation - which users belongs to a workgroup. Can I use a samba tool to
list all members of any known group? Or maybe run a domain ctlr, and
lookup the information in files on the server?
I must get this info from a M$ lan with arround 20.000 workstations and
some hudreds servers.
Brgds Jorgen