So I work at a university using active directory, and in my office there are a few computers that I've set up, in Ubuntu 11.10, to log as an AD user.
In order to log in a person just needs to use the "other" user at login and use their university ID and Password. I've installed 12.04LTS on my personal computer, and I see that the "other" option no longer exists.
If I upgrade those computers who need AD login capabilities, will they have them?
Edit
/etc/lightdm/lightdm.conf
and add the following line :Then restart lightdm :
You can also hide all users so that you enter whatever name you want by editing /etc/lightdm/lightdm.conf adding :
This is particularly useful if you use NIS or LDAP services.
For Ubuntu 16.04 configuration for greeters is taken from the configuration files in the following hierarchy:
The place to add your configuration changes is the second in the list, provided that there is nothing in the last list file to override the values you wish to change.
So, creating a file /etc/lightdm/lightdm.conf.d/50-myconfig.conf and putting in it
NOTE: For Ubuntu versions prior to 15.10 replace [Seat:*] with [SeatDefaults]
When changes have been made, restart the lightdm service to have the changes applied.
or
For more information see: Ubuntu LightDM Wiki
From the Ubuntu wiki: https://wiki.ubuntu.com/LightDM
I found the file at /usr/lib/lightdm/lightdm-set-defaults
At the terminal you would enter:
sudo /usr/lib/lightdm/lightdm-set-defaults -m true
Edit: While this was true temporarily for 12.04, it seems to not be true for any newer release, and editing conf files as otherwise suggested is the correct solution.