Displaying 1 result from an estimated 1 matches for "unixgroupreturns".
2009 May 28
1
net groupmap woes
Hi all,
I've scoured the net looking for a solution but to no avail.
net groupmap list returns
Domain Admins (S-############........) -> Domain Admins
I would rather map Domain Admins to my root unix group.
net groupmap modify ntgroup="Domain Admins" unixgroupreturns type=d
returns an error;
Could not update group database.
If I delete via;
net groupmap delete "Domain Admins" and then
net groupmap add ntgroup="Domain Admins unixgroup=root rid=512 type=d
I get;
adding entry for group Domain Admins failed!
Any and I mean any feedback is gre...