Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/diegogslomp/samba-ad-dc
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogslomp committed Oct 3, 2023
2 parents 9a834c5 + 5e1cf5a commit 9432cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker logs dc1 -f
docker exec dc1 samba-tests
```

3. Update `/etc/resolv.conf` DNS info and add host to `/etc/hosts` , replacing `host_ip`
3. For external access, update the `/etc/resolv.conf` and `/etc/hosts` from your host, replacing `host_ip`
```
# /etc/resolv.conf
search samdom.example.com
Expand All @@ -36,7 +36,7 @@ nameserver host_ip
host_ip DC1.samdom.example.com DC1
```

4. For multiple DCs testing (no external access)
4. For multiple dc testing (no external access)
```
git clone --single-branch https://github.com/diegogslomp/samba-ad-dc
cd samba-ad-dc
Expand Down

0 comments on commit 9432cd0

Please sign in to comment.