1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 11:57:41 +02:00

add requirements files for simulating RHEL 7 and Debian 9

This commit is contained in:
kakwa 2019-02-07 22:07:28 +01:00
parent 70140f966a
commit 13bfbdcbbc
4 changed files with 38 additions and 10 deletions

View file

@ -48,8 +48,9 @@ role=dc
sambacmd=samba-tool
adpass=qwertyP455
systemctl unmask samba-ad-dc
hostname ad.ldapcherry.org
/etc/init.d/dnsmasq stop
pkill -9 dnsmasq
kill -9 `cat /var/run/samba/smbd.pid`
@ -75,10 +76,11 @@ mv /var/lib/samba/private/krb5.conf /etc/krb5.conf
sleep 5
systemctl start samba-ad-dc
/etc/init.d/samba-ad-dc start
cat /var/log/samba/*
sleep 5
netstat -apn | grep samba
ss -apn | grep samba