Displaying 1 result from an estimated 1 matches for "nameresultion".
Did you mean:
nameresolution
2016 Apr 07
0
Filserver in Domain-trusts
...oth --create-location=local --no-aes-keys -U
administrator at EXAMPLE2.NET
samba-tool domain trust create EXAMPLE1.NET --type=external
- --direction=both --create-location=local --no-aes-keys -U
administrator at EXAMPLE1.NET
To resolve the names and SRV-records I configured a dns-proxy with
bind. Nameresultion is working.
On the domaincontrollers I can get all users and groups with "wbinfo"
AND "getent". I can set permissions in the filesystem of either DC.
root at addc-s1:~# getent group EXAMPLE1\\my-users1
EXAMPLE1\my-users1:x:3000022:
root at addc-s1:~# getent group EXAMPLE2\\my-...