Ubuntu 12.10 - How to change login screen to allow login to active directory domain
So, I have an Ubuntu 12.10 machine that has been joined to an active directory domain. However, when the machine turns on and I am presented with a login screen, I cant just type DOMAINuser. All I can do is select my name (which I entered when I first setup this install) and enter my local password. How do I modifiy the login screen so I cant actually enter my DOMAINuser and AD password to authenticate?
FYI I used LikeWise-Open to authenticate to the windows domain if that matters.
Let me know if you need any further info.
Update: I have added a screenshot of my login screen after running the command that was suggested..
ubuntu login authentication active-directory prompt
add a comment |
So, I have an Ubuntu 12.10 machine that has been joined to an active directory domain. However, when the machine turns on and I am presented with a login screen, I cant just type DOMAINuser. All I can do is select my name (which I entered when I first setup this install) and enter my local password. How do I modifiy the login screen so I cant actually enter my DOMAINuser and AD password to authenticate?
FYI I used LikeWise-Open to authenticate to the windows domain if that matters.
Let me know if you need any further info.
Update: I have added a screenshot of my login screen after running the command that was suggested..
ubuntu login authentication active-directory prompt
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18
add a comment |
So, I have an Ubuntu 12.10 machine that has been joined to an active directory domain. However, when the machine turns on and I am presented with a login screen, I cant just type DOMAINuser. All I can do is select my name (which I entered when I first setup this install) and enter my local password. How do I modifiy the login screen so I cant actually enter my DOMAINuser and AD password to authenticate?
FYI I used LikeWise-Open to authenticate to the windows domain if that matters.
Let me know if you need any further info.
Update: I have added a screenshot of my login screen after running the command that was suggested..
ubuntu login authentication active-directory prompt
So, I have an Ubuntu 12.10 machine that has been joined to an active directory domain. However, when the machine turns on and I am presented with a login screen, I cant just type DOMAINuser. All I can do is select my name (which I entered when I first setup this install) and enter my local password. How do I modifiy the login screen so I cant actually enter my DOMAINuser and AD password to authenticate?
FYI I used LikeWise-Open to authenticate to the windows domain if that matters.
Let me know if you need any further info.
Update: I have added a screenshot of my login screen after running the command that was suggested..
ubuntu login authentication active-directory prompt
ubuntu login authentication active-directory prompt
edited May 2 '13 at 23:44
Richie086
asked Apr 3 '13 at 22:55
Richie086Richie086
3,57473254
3,57473254
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18
add a comment |
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18
add a comment |
2 Answers
2
active
oldest
votes
Run this command from Terminal.
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
add a comment |
I'm not sure if it answers your question or solves your problem.
Press CTRL+ALT+F1 to get into the asci-console
.
From there just login with your active-directory username and according password. After you logged in successfully, logout again (with the command: logout
) and press CTRL+ALT+F7 to close the console.
The Active-Directory User should now appear...don't ask me why.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f577615%2fubuntu-12-10-how-to-change-login-screen-to-allow-login-to-active-directory-dom%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run this command from Terminal.
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
add a comment |
Run this command from Terminal.
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
add a comment |
Run this command from Terminal.
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
Run this command from Terminal.
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
edited Apr 26 '13 at 3:23
Sathyajith Bhat♦
52.9k29156252
52.9k29156252
answered Apr 26 '13 at 2:39
DanielDaniel
1
1
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
add a comment |
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
Hmm, no dice. Now, what is this lightdm ting? Do I need to have this installed first? Any other changes needed in order to make this work. I was able to run the command but when I restarted my machine I am left with the same exact prompt that I had before...
– Richie086
May 2 '13 at 23:42
add a comment |
I'm not sure if it answers your question or solves your problem.
Press CTRL+ALT+F1 to get into the asci-console
.
From there just login with your active-directory username and according password. After you logged in successfully, logout again (with the command: logout
) and press CTRL+ALT+F7 to close the console.
The Active-Directory User should now appear...don't ask me why.
add a comment |
I'm not sure if it answers your question or solves your problem.
Press CTRL+ALT+F1 to get into the asci-console
.
From there just login with your active-directory username and according password. After you logged in successfully, logout again (with the command: logout
) and press CTRL+ALT+F7 to close the console.
The Active-Directory User should now appear...don't ask me why.
add a comment |
I'm not sure if it answers your question or solves your problem.
Press CTRL+ALT+F1 to get into the asci-console
.
From there just login with your active-directory username and according password. After you logged in successfully, logout again (with the command: logout
) and press CTRL+ALT+F7 to close the console.
The Active-Directory User should now appear...don't ask me why.
I'm not sure if it answers your question or solves your problem.
Press CTRL+ALT+F1 to get into the asci-console
.
From there just login with your active-directory username and according password. After you logged in successfully, logout again (with the command: logout
) and press CTRL+ALT+F7 to close the console.
The Active-Directory User should now appear...don't ask me why.
edited Apr 20 '18 at 8:37
Tiago Caldeira
1,194421
1,194421
answered Apr 20 '18 at 7:37
lordnik22lordnik22
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f577615%2fubuntu-12-10-how-to-change-login-screen-to-allow-login-to-active-directory-dom%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What version of LikeWise-Open?
– cutrightjm
Apr 4 '13 at 6:25
6.1.0.406-0ubuntu6
– Richie086
Apr 10 '13 at 20:18