LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-16-2015, 11:57 PM   #1
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Rep: Reputation: 177Reputation: 177
How to change Ubuntu login page


On Ubuntu 14.04, I have the login screen shown here: http://www.novatec-inc.com/pub/ubuntuLogin.jpg. Two problems:

1) How do I remove users from this list. For example, I don't want the user "guest" to show. I don't want guests logging in at all. I don't even know where this guest account is coming from as I can't see it in /etc/passwd.

2) The 1st "Mark Foley" user shown is really an Active Domain user Authenticated via winbind. The problem is I have 10 such users, but I have to first ssh in remotely as that AD user before he/she shows up on this page. What I'd like here is simply a blank userId space and NO users shown at all! There's no sense it giving half the User/Password info away to anyone looking at the screen. With just a blank userId field (like ssh text mode login), I could enter any user's ID here and it should authenticate.

Last edited by mfoley; 10-16-2015 at 11:59 PM.
 
Old 10-17-2015, 02:16 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
the picture shows a login manager, or a display manager.

there's basically 2 approaches to your problem:

- configure ubuntus login manager
- install another login manager, make it the default, and configure it

unfortunately i don't know which one is ubuntus display manager, but it most probably ends in 'dm', and it's files reside in /usr/share/*dm.
there's most probably also a man-page, and then the graphical greeter is most probably seperated from more basic functionality (like disallow guest login).
 
Old 10-17-2015, 12:30 PM   #3
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
I did find a solution to this:

mkdir /etc/lightdm/lightdm.conf.d/
cat >/etc/lightdm/lightdm.conf.d/50-myconfig.conf
[SeatDefaults]
allow-guest=false
greeter-hide-users=true
greeter-show-manual-login=true

I've no idea where any of that is documented.

I'm now searching for a way to designate the default desktop. Currently it always comes up as the Ubuntu desktop and I want Cinnamon. I'll post back when I find that.
 
Old 10-17-2015, 02:11 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
is there no menu or panel in the greeter?

try pressing F1 or some other key.
if that changes sessions, chances are it will remember it and just return to that next time.
 
Old 10-17-2015, 10:51 PM   #5
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
As it turns out, even though the Ubuntu desktop logo is shown, it does remember that I used the Cinnamon desktop.

One more issue, after entering the userId and going to the password input, it will sit there forever. No timeout. Is there a way to time this out after some period of time? I don't really like the idea of sitting with the user's ID showing ... forever.
 
Old 10-18-2015, 02:07 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mfoley View Post
One more issue, after entering the userId and going to the password input, it will sit there forever. No timeout. Is there a way to time this out after some period of time? I don't really like the idea of sitting with the user's ID showing ... forever.
i think some display managers have a seperate screensaver functionality, if that is what you mean.

actually you are asking for so much functionality in your displaymanager that maybe you should consider changing to a full-fledged one. gdm used to be top dog, or anyhow, find the one that suits your needs.
 
Old 10-18-2015, 05:22 AM   #7
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mfoley View Post
As it turns out, even though the Ubuntu desktop logo is shown, it does remember that I used the Cinnamon desktop.
I don't use that Login, but I believe the way you change desktops is to click on the white circle shown in your screenshot.
 
Old 10-18-2015, 07:08 AM   #8
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
Quote:
Originally Posted by mfoley View Post
I did find a solution to this:

mkdir /etc/lightdm/lightdm.conf.d/
...
I've no idea where any of that is documented.

...
I found this documentation: https://wiki.ubuntu.com/LightDM
 
Old 10-18-2015, 02:58 PM   #9
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Quote:
Originally Posted by ondoho View Post
i think some display managers have a seperate screensaver functionality, if that is what you mean.

actually you are asking for so much functionality in your displaymanager that maybe you should consider changing to a full-fledged one. gdm used to be top dog, or anyhow, find the one that suits your needs.
Well OK then, perhaps I do need a display manager with more functionality. I know nothing about them as I've really only used the Unix command line for the past 20+ years. This is my first attempt at getting serious with GUI/Desktops. I'll check gdm.

Do other people out there have other recommendations for a fuller-featured display manager for Ubuntu?
 
Old 10-18-2015, 04:00 PM   #10
portaro
Member
 
Registered: Mar 2015
Location: Portugal
Distribution: Ubuntu
Posts: 57

Rep: Reputation: Disabled
There are a tool called Lightdm Greeter tha can be used to custom lightdm appearanace , but the option to edit panel I never used.https://launchpad.net/lightdm-gtk-greeter-settings

Other interesting - http://askubuntu.com/questions/75755...-theme-greeter topic.
 
  


Reply

Tags
login, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the phpmyadmin title login page? and monit issues SpeedyKun Linux - Server 5 12-05-2011 06:35 AM
[SOLVED] Can't get past ubuntu login page balex1 Linux - Software 5 05-17-2011 05:50 PM
how to change the active directory password from ubuntu login page ashokk Ubuntu 2 10-12-2009 01:22 AM
HowTo Change Password direct on SquirrelMail Login Page satimis Linux - Server 2 12-10-2007 10:40 PM
How to change the text message on the login page? mrodriguez Linux - Newbie 2 11-25-2004 02:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 09:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration