Hi, Sorry, here is how to reproduce:
1. fresh install of Ubuntu 26.04 (without GDM autologin) 2. Configure LDAP authentication with sssd 3. reboot I use this /etc/sssd/sssd.conf with 0600 rights and owned by root --- [sssd] domains = test config_file_version = 2 [nss] default_shell = /bin/bash [domain/test] id_provider = ldap auth_provider = ldap chpass_provider = ldap hostid_provider = none sudo_provider = none ldap_uri = ldap://ldap.example.net ldap_user_search_base = ou=people,dc=example,dc=net?subtree?(objectClass=posixAccount) ldap_group_search_base = ou=groups,dc=example,dc=net?subtree?(objectClass=posixGroup) ldap_id_use_start_tls = True ldap_tls_reqcert = allow min_id = 100 entry_cache_timeout = 900 override_homedir = /home/%d/%u override_shell = /bin/bash cache_credentials = True --- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2151186 Title: pam-configs/sss (pam_localuser.so) does not allow systemd dynamic users like gdm-greeter To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/2151186/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
