Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question
I also join my test machine to the domain with likewise, and in terminal doing "su - <user>" it works fine, but still don't have the "other" in X login. – Pipe Apr 12 '12 at 13:08

2 Answers

up vote 14 down vote accepted

Edit /etc/lightdm/lightdm.conf and add the following line :

greeter-show-manual-login=true

Then restart lightdm :

sudo service lightdm restart
share|improve this answer
1  
Works perfectly for me. – Gerald Schneider Sep 17 '12 at 13:04

You can also hide all users so that you enter whatever name you want by editing /etc/lightdm/lightdm.conf adding :

greeter-hide-users=true

This is particularly useful if you use NIS or LDAP services.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.