How DC authenticates when Client is not using any authentication?
up vote
2
down vote
favorite
I have a virtual environment with the following structure:
- DC: Windows Server 2008
- Client: Windows 7
I installed Active Directory on the Windows Server 2008 and made it in domain januapp.local
, then I joined the client which uses local authentication with username and password utkarsh
to the domain by using the DC administrator username and password. It perfectly added it to the domain januapp.local
.
So, when I restart the client machine and logged in using the same username and password, utkarsh
, it logged me into the domain januapp.local
. So, all was good there.
Problem Starts here
But, then I tried to join my main domain on Windows 10 to the same domain januapp.local
using the administrator username and password.
Note: On that Windows 10, I didn't set any authentication to log me in.
When I restart the PC, on the main screen I got another user
new login option in right lower left. When I go there it asks me to type the authentication credentials to join januapp.
At that point I didn't have any special authentication credentials; I only used the administrator username and password to join Windows to the domain.
Are the administrator username and password required? I tried, but it says username and password are not valid.
Then, what kind of username and password are required?
active-directory windows-server-2008-r2 authentication windows-authentication
New contributor
add a comment |
up vote
2
down vote
favorite
I have a virtual environment with the following structure:
- DC: Windows Server 2008
- Client: Windows 7
I installed Active Directory on the Windows Server 2008 and made it in domain januapp.local
, then I joined the client which uses local authentication with username and password utkarsh
to the domain by using the DC administrator username and password. It perfectly added it to the domain januapp.local
.
So, when I restart the client machine and logged in using the same username and password, utkarsh
, it logged me into the domain januapp.local
. So, all was good there.
Problem Starts here
But, then I tried to join my main domain on Windows 10 to the same domain januapp.local
using the administrator username and password.
Note: On that Windows 10, I didn't set any authentication to log me in.
When I restart the PC, on the main screen I got another user
new login option in right lower left. When I go there it asks me to type the authentication credentials to join januapp.
At that point I didn't have any special authentication credentials; I only used the administrator username and password to join Windows to the domain.
Are the administrator username and password required? I tried, but it says username and password are not valid.
Then, what kind of username and password are required?
active-directory windows-server-2008-r2 authentication windows-authentication
New contributor
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have a virtual environment with the following structure:
- DC: Windows Server 2008
- Client: Windows 7
I installed Active Directory on the Windows Server 2008 and made it in domain januapp.local
, then I joined the client which uses local authentication with username and password utkarsh
to the domain by using the DC administrator username and password. It perfectly added it to the domain januapp.local
.
So, when I restart the client machine and logged in using the same username and password, utkarsh
, it logged me into the domain januapp.local
. So, all was good there.
Problem Starts here
But, then I tried to join my main domain on Windows 10 to the same domain januapp.local
using the administrator username and password.
Note: On that Windows 10, I didn't set any authentication to log me in.
When I restart the PC, on the main screen I got another user
new login option in right lower left. When I go there it asks me to type the authentication credentials to join januapp.
At that point I didn't have any special authentication credentials; I only used the administrator username and password to join Windows to the domain.
Are the administrator username and password required? I tried, but it says username and password are not valid.
Then, what kind of username and password are required?
active-directory windows-server-2008-r2 authentication windows-authentication
New contributor
I have a virtual environment with the following structure:
- DC: Windows Server 2008
- Client: Windows 7
I installed Active Directory on the Windows Server 2008 and made it in domain januapp.local
, then I joined the client which uses local authentication with username and password utkarsh
to the domain by using the DC administrator username and password. It perfectly added it to the domain januapp.local
.
So, when I restart the client machine and logged in using the same username and password, utkarsh
, it logged me into the domain januapp.local
. So, all was good there.
Problem Starts here
But, then I tried to join my main domain on Windows 10 to the same domain januapp.local
using the administrator username and password.
Note: On that Windows 10, I didn't set any authentication to log me in.
When I restart the PC, on the main screen I got another user
new login option in right lower left. When I go there it asks me to type the authentication credentials to join januapp.
At that point I didn't have any special authentication credentials; I only used the administrator username and password to join Windows to the domain.
Are the administrator username and password required? I tried, but it says username and password are not valid.
Then, what kind of username and password are required?
active-directory windows-server-2008-r2 authentication windows-authentication
active-directory windows-server-2008-r2 authentication windows-authentication
New contributor
New contributor
edited 19 hours ago
Jesse Steele
12718
12718
New contributor
asked Nov 26 at 4:14
Utkarsh Agrawal
132
132
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
When you logged onto the workstation with the local user account you did NOT log into the domain. Your workstation is joined to the domain but your local user is NOT logged into the domain.
If you want to log into the domain then you need to create a user account in the domain. You then need to log into the domain from your workstation with the domain user account.
You can very well log into the domain from your workstation with the domain Administrator user account. There's nothing preventing you from doing that.
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
|
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
When you logged onto the workstation with the local user account you did NOT log into the domain. Your workstation is joined to the domain but your local user is NOT logged into the domain.
If you want to log into the domain then you need to create a user account in the domain. You then need to log into the domain from your workstation with the domain user account.
You can very well log into the domain from your workstation with the domain Administrator user account. There's nothing preventing you from doing that.
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
|
show 1 more comment
up vote
5
down vote
accepted
When you logged onto the workstation with the local user account you did NOT log into the domain. Your workstation is joined to the domain but your local user is NOT logged into the domain.
If you want to log into the domain then you need to create a user account in the domain. You then need to log into the domain from your workstation with the domain user account.
You can very well log into the domain from your workstation with the domain Administrator user account. There's nothing preventing you from doing that.
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
|
show 1 more comment
up vote
5
down vote
accepted
up vote
5
down vote
accepted
When you logged onto the workstation with the local user account you did NOT log into the domain. Your workstation is joined to the domain but your local user is NOT logged into the domain.
If you want to log into the domain then you need to create a user account in the domain. You then need to log into the domain from your workstation with the domain user account.
You can very well log into the domain from your workstation with the domain Administrator user account. There's nothing preventing you from doing that.
When you logged onto the workstation with the local user account you did NOT log into the domain. Your workstation is joined to the domain but your local user is NOT logged into the domain.
If you want to log into the domain then you need to create a user account in the domain. You then need to log into the domain from your workstation with the domain user account.
You can very well log into the domain from your workstation with the domain Administrator user account. There's nothing preventing you from doing that.
answered Nov 26 at 5:05
joeqwerty
94.6k462147
94.6k462147
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
|
show 1 more comment
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Okay, so when I logged with the local user account, the user didn't log in the domain but the workstation is. For user and workstation login in I have to create a user and password in the users 'OU' in DC? If is that Correct then I have two questions?
– Utkarsh Agrawal
Nov 26 at 11:43
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question:- Then How the credentials were identified to whom client? For ex:- let's say a user is in the domain with username:- utkarsh password:-test and there are TWO clients with computer name is "ABC" "PQR" then Are they both can use the same username and password? Please clarify it.
– Utkarsh Agrawal
Nov 26 at 11:48
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
Question2:- When I tried to login with administrator username and password which was the user of DC domain. But I got an error that your account has been locked please ask to the administrator.
– Utkarsh Agrawal
Nov 26 at 11:50
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
I hope you will reply to all these queries. Thanks @joeqwerty
– Utkarsh Agrawal
Nov 26 at 11:52
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
Can I get any reply from you?
– Utkarsh Agrawal
Nov 27 at 3:20
|
show 1 more comment
Utkarsh Agrawal is a new contributor. Be nice, and check out our Code of Conduct.
Utkarsh Agrawal is a new contributor. Be nice, and check out our Code of Conduct.
Utkarsh Agrawal is a new contributor. Be nice, and check out our Code of Conduct.
Utkarsh Agrawal is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fserverfault.com%2fquestions%2f941592%2fhow-dc-authenticates-when-client-is-not-using-any-authentication%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