search for: domainwin

Displaying 5 results from an estimated 5 matches for "domainwin".

2016 Aug 08
3
BIND as DNS Slave of SAMBA 4 Internal DNS and Windows 2008
hi guys i need some advice for my case that i faced here.. i have Two AD with two different domain, platform and network : i expect all user in different domain can resolve the other domain dns let say 1. domainwin.com >> windows 2008 AD >> 172.16.1.2 2. domainnux.com >> Samba 4 AD >> 172.16.2.2 is it possible if i create 1 new BIND DNS Server in 172.16.3.2 (different network) that work as slave DNS of domainwin.com/172.16.1.2 and domainnuxcom/172.16.2.2 then i make new DNS BIND S...
2016 Aug 09
2
BIND as DNS Slave of SAMBA 4 Internal DNS and Windows 2008
...> hi guys >> >> i need some advice for my case that i faced here.. >> >> i have Two AD with two different domain, platform and network : >> >> i expect all user in different domain can resolve the other domain >> dns >> >> >> let say 1. domainwin.com >> windows 2008 AD >> 172.16.1.2 >> >> 2. domainnux.com >> Samba 4 AD >> 172.16.2.2 >> >> is it possible if i create 1 new BIND DNS Server in 172.16.3.2 >> (different network) that work as slave DNS of >> domainwin.com/172.16.1.2 and d...
2016 Aug 10
0
BIND as DNS Slave of SAMBA 4 Internal DNS and Windows 2008
As explained in some other thread here you can set up a Bind server with zone type forward for that DNS server forward every requests to your DC (declared as forwarders in these zones). No need of proxy, no need of building master/slaves, just add: zone "domainwin.com" IN { type forward; forward only; forwarders { <IP of some DC in that domain>; <IP of some other DC in that domain>; ... }; }; Do the same for domainnux.com, use that DNS server as resolver, your clients will access both domains. Add forward and recursion o...
2016 Aug 08
0
BIND as DNS Slave of SAMBA 4 Internal DNS and Windows 2008
....08.2016 um 08:20 schrieb bentunx: > hi guys > > i need some advice for my case that i faced here.. > > i have Two AD with two different domain, platform and network : > > i expect all user in different domain can resolve the other domain > dns > > > let say 1. domainwin.com >> windows 2008 AD >> 172.16.1.2 > > 2. domainnux.com >> Samba 4 AD >> 172.16.2.2 > > is it possible if i create 1 new BIND DNS Server in 172.16.3.2 > (different network) that work as slave DNS of > domainwin.com/172.16.1.2 and domainnuxcom/172.16.2....
2003 May 12
2
PDC authentication
...lo users !!i have a PDC win 2000 server, and a samba server on another computer .i would like to authenticate my samba users on the domaini've learned that it was possible with the "domain level security" well here is ma smb.conf : [global]workgroup=scienceu.orgnetbios name=ttsecurity=domainwins server = 11.1.9.100winbind uid = 10000-20000winbind gid = 10000-20000template shell = /bin/bashwinbind separator = _winbind enum users= yeswinbind enum groups= yeswinbind use default domain = yeslog level = 5 [duc_shares]path = /usrvalid users=test in my AD ive created a user testand when i try...