1
2
3
4
5
6
7
8
9
10
11
12
| # Aktuelle Samba Version installieren.
add-apt-repository ppa:linux-schools/samba-latest
# Member
apt install krb5-kdc winbind
sudo realm discover domain.loc
sudo realm join -v --membership-software=samba --client-software=winbind domain.loc
systemctl unmask samba-ad-dc
systemctl enable samba-ad-dc
systemctl start samba-ad-dc
systemctl status samba-ad-dc |
# Aktuelle Samba Version installieren.
add-apt-repository ppa:linux-schools/samba-latest
# Member
apt install krb5-kdc winbind
sudo realm discover domain.loc
sudo realm join -v --membership-software=samba --client-software=winbind domain.loc
systemctl unmask samba-ad-dc
systemctl enable samba-ad-dc
systemctl start samba-ad-dc
systemctl status samba-ad-dc