Gdm ldap problem
Version vom 11. Februar 2020, 16:48 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „*sudo mkdir /etc/systemd/system/systemd-logind.service.d/ *sudo tee /etc/systemd/system/systemd-logind.service.d/open_network_interface.conf <<EOF *[Service] *…“)
- sudo mkdir /etc/systemd/system/systemd-logind.service.d/
- sudo tee /etc/systemd/system/systemd-logind.service.d/open_network_interface.conf <<EOF
- [Service]
- RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
- IPAddressAllow=any
- EOF
- sudo systemctl daemon-reload
- sudo systemctl restart systemd-logind