Displaying 1 result from an estimated 1 matches for "vlan_serv".
Did you mean:
vlan_dev
2018 Feb 02
0
Fwd: Samba AD DC not working properly within Docker [NT_STATUS_INTERNAL_ERROR]
...ue is not related to a wrong
networking configuration or port mapping (which does not apply to
macvlan anyway).
This is how this can be reproduced within a docker container:
docker pull jgoerzen/debian-base-security
docker run -d --privileged --name samba-ad-dc-test --hostname
sambatest --network vlan_server jgoerzen/debian-base-security
docker exec -i -t samba-ad-dc-test /bin/bash
// Note: The issue is not related to "macvlan". It also happens with
Docker's default "bridge" network
# apt-get update && apt-get install -y samba smbclient
# samba-tool domain provision...