This is the starting point:
- install nethserver-dc
- run this action manually nethserver-dc-install
- configure a bridge interface (say br0)
-
config setprop nsdc IpAddress $SOMEIP bridge br0 status enabled
, (i.e. SOMEIP=192.168.122.123) - expand nethserver-dc-save templates manually
- disable provision unit:
systemctl --root=/var/lib/machines/nsdc disable samba-provision.service
systemctl start nsdc
- log on nsdc:
systemd-run -t -M nsdc /bin/bash
Refer to Samba wiki to run samba-tool manually:
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory