Displaying 1 result from an estimated 1 matches for "domcomp".
2006 Dec 13
1
Problem with duplicated groups?
...rs (S-1-5-32-551) -> -1
Users (S-1-5-32-545) -> -1
Ok, according to official documentation this is "normal" because i'm
using tdbsam.
After it, i map all those Windows groups to UNIX equivalents via a
script like this:
#!/bin/bash
groupadd ntadmin
groupadd domkrbtgt
groupadd domcomp
groupadd domcontr
groupadd certadmin
groupadd schemadmin
groupadd enterpadmin
groupadd poladmin
groupadd foo
groupadd bar
### Mapping Windows Groups
net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmin type=d
net groupmap modify ntgroup="Domain Users" unixgroup=user...