Gdm ldap problem

Aus xinux.net
Zur Navigation springen Zur Suche springen

Solution1

  • 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

Solution2

  • pam-auth-update --force