Hi.
Is there a way to force Plasma to display users whose user ID (UID) is above 500? I changed my UID to 613 in order to comply with my NIS user ID at work. This is necessary for me to access our work resource.
After I changed the UID, my information doesn't show up in the User Manager dialogue anymore. My name is "Daigoro Toyama," which used to appear above "Freddie Toyama."
I had the same issue with the greeter screen but was able to solve it by adding my own /etc/sddm.conf with the following entry.
Is there a similar trick to get User Manager to display such users? Thanks in advance!
Is there a way to force Plasma to display users whose user ID (UID) is above 500? I changed my UID to 613 in order to comply with my NIS user ID at work. This is necessary for me to access our work resource.
After I changed the UID, my information doesn't show up in the User Manager dialogue anymore. My name is "Daigoro Toyama," which used to appear above "Freddie Toyama."
I had the same issue with the greeter screen but was able to solve it by adding my own /etc/sddm.conf with the following entry.
Code:
# Minimum user id for displayed users MinimumUid=500 #My UID is 613
Comment