I have a lab full of Ubuntu 22.04 machines and have (finally) set them all up with AD login via SSSD As i was testing, new SSSD users were added to the Gnome3 Greeter bage. Somewhere along the way with testing, new users stopped being added to the greeter page. The ones added previously automatically are still there, but new ones are not being added. I was wondering what configurations effects this behavior? I want the little kids names added to the list so they can just click on their name and enter their password. Here is my setup script: https://github.com/BancroftSchoolOpenSource/UbuntuSetupScript Any tips would be helpful! -- Bancroft School 110 Shore Dr, Worcester, MA 01605 *T:* 508-853-2640 | *F*: 508-853-7824 www.bancroftschool.org <http://www.bancroftschool.org>
Can the kids still log in? I wonder if the issue is with the gdm3 list limiting how many users it'll show or something. Tim. On Tue, Oct 17, 2023 at 5:45 PM Kevin Harrington via WLUG < wlug@lists.wlug.org> wrote:
I have a lab full of Ubuntu 22.04 machines and have (finally) set them all up with AD login via SSSD
As i was testing, new SSSD users were added to the Gnome3 Greeter bage. Somewhere along the way with testing, new users stopped being added to the greeter page. The ones added previously automatically are still there, but new ones are not being added.
I was wondering what configurations effects this behavior? I want the little kids names added to the list so they can just click on their name and enter their password.
Here is my setup script: https://github.com/BancroftSchoolOpenSource/UbuntuSetupScript
Any tips would be helpful!
Bancroft School 110 Shore Dr, Worcester, MA 01605 *T:* 508-853-2640 | *F*: 508-853-7824 www.bancroftschool.org _______________________________________________ WLUG mailing list -- wlug@lists.wlug.org To unsubscribe send an email to wlug-leave@lists.wlug.org Create Account: https://wlug.mailman3.com/accounts/signup/ Change Settings: https://wlug.mailman3.com/postorius/lists/wlug.lists.wlug.org/ Web Forum/Archive: https://wlug.mailman3.com/hyperkitty/list/wlug@lists.wlug.org/message/CFOYFI...
-- I am leery of the allegiances of any politician who refers to their constituents as "consumers".
"Kevin" == Kevin Harrington via WLUG <wlug@lists.wlug.org> writes:
I have a lab full of Ubuntu 22.04 machines and have (finally) set them all up with AD login via SSSD
You should post your details on how you did this! I use AD at home but my docs (with a client of Linux Mint <recent>) are way way way out of date. It just works though.
As i was testing, new SSSD users were added to the Gnome3 Greeter bage. Somewhere along the way with testing, new users stopped being added to the greeter page. The ones added previously automatically are still there, but new ones are not being added.
I think they need to know their username and type it into the list, and then it just keeps the most recent N number of names in the dropdown. I ran into this myself at one point at home. I think you minght need to poke around in here: https://help.gnome.org/admin/gdm/3.12/configuration.html.en and see what you find. How many logins do you want to show? Look in /etc/gdm/custom.conf and add this to the [greeter] section: [greeter] IncludeAll=true It might do the trick.
I was wondering what configurations effects this behavior? I want the little kids names added to the list so they can just click on their name and enter their password.
Here is my setup script: https://github.com/BancroftSchoolOpenSource/UbuntuSetupScript
Looks ok, though I see some wierd chmod 777 ... ; do some stuff; chmod 755 ... ; things in there which strike me as odd.
participants (3)
-
John Stoffel
-
Kevin Harrington
-
Tim Keller