sudo add-apt-repository ppa:univention-dev/ppa
sudo DEBIAN_FRONTEND=noninteractive apt-get install univention-domain-join
sudo apt install autofs
echo "/home /etc/autofs-home.map" |sudo tee -a /etc/auto.master.d/home.autofs
echo "* -fstype=nfs,rw,nosuid,soft <server>:/home/&" |sudo tee -a /etc/auto.master.d/home.autofs
sudo systemctl restart autofs
Die von der PKI ausgestellten Zertifikate besitzen nicht das X509v3 Extended Key Usage Attribut:
X509v3 Extended Key Usage:
TLS Web Server Authentication, TLS Web Client Authentication
Dazu in /etc/univention/ssl/openssl.cnf im Abschnitt ucsCA_ext den Eintrag
extendedKeyUsage = serverAuth, clientAuth
hinzufügen.