good evening Samba 4 with Active DHCP configuration, it is possible, if so how !!! In any case thank you for your help Michel
Am 24.05.2015 um 21:23 schrieb Foxnet Support:> good evening > > Samba 4 with Active DHCP configuration, it is possible, if so how !!! > > In any case thank you for your help > > Michel >We reached a part of this. With a patched version of ISCs DHCP-Server with renamed attribute and objectclass names we can use Active Directory as a data backend for ISC dhcpd. If this is what you mean, then have a look at our project invis-server at Github: https://github.com/invisserver/invisAD-setup You can extract the AD scheme extensions from our project. For the pachted dhcpd-packages (we build them only for openSUSE) have look here:https://build.opensuse.org/package/view_file/spins:invis:testing/dhcp/0099-AD-LDAP.patch?expand=1 Stefan -- www.invis-server.org Stefan Sch?fer Ludwigstr. 1-3 63679 Schotten
Samba concerned about DNS not DHCP Your network can use DHCP but it's best to set the Samba DC to static. https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Samba_Internal_DNS_Server Configure /etc/resolv.conf Your Domain Controller requires a name server that knows your AD zone to resolve Active Directory DNS queries correctly. To accomplish this, you can add just your AD DCs IP and domain name to your ?/etc/resolv.conf?: domain samdom.example.com nameserver 192.168.1.1 /*Note:* If your server is set up to receive its IP configuration via DHCP, the ?/etc/resolv.conf? file might be automatically updated. Refer to your distributions documentation on how to stop/change this behavior, although DHCP is not recommended on a DC!/ On 05/24/2015 03:23 PM, Foxnet Support wrote:> good evening > > Samba 4 with Active DHCP configuration, it is possible, if so how !!! > > In any case thank you for your help > > Michel >