Displaying 1 result from an estimated 1 matches for "3000134".
Did you mean:
3000034
2013 Aug 24
2
issue with multiple Samba DC and uid/gid assignment.
...as follows:
uid 3000054
gid 513
primaryGroupID 513
sid S-1-5-21-276688905-1455118844-2751846679-513
Then use wbinfo on each server:
Server1
> wbinfo -i Test24.User
Domain\Test24.User:*:3000054:513::/home/Domain/Test24.User:/bin/false
Server2
wbinfo -i Test24.User
Domain\Test24.User:*:3000134:100::/home/DomainTest24.User:/bin/false
Notice that the group id and uid are both different. Why?
The basics of the script are:
samba-tool user add Username Password
ldbmodify --url=/usr/local/samba/private/sam.ldb -b dc=ncs,dc=k12,dc=de,dc=us /tmp/Username
Where the file Username has the...