Log in to Active Directory (Windows Server 2016) with Ubuntu client [on hold]
up vote
0
down vote
favorite
I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:
- Set up a Windows Server 2016 with DHCP, DNS, AD, etc..
- Be able to log into this server's AD with a created AD user using Windows 10 client
- Be able to log into this server's AD with a created AD user using Ubuntu client
(Basically the AD user was created on the Win 2016 server, and I should be able to log into that user in both win 10 and ubuntu client).
The first 2 tasks are already done and working, although I have got some problem with the 3rd task.
I have watched several videos on YouTube regarding this topic, but none of them seems to helped me as some of them are too old (the programs are not working anymore i.e. likewise-open5), or some of the videos are actually doing something else and not what I need.
We are using VirtualBox to pull this off (so the server, and the clients are also run using VirtualBox).
So I came here, to this forum, hoping that someone has already done something like this and may actually be able to tell me how to do this exactly.
So my 3rd task is precisely, that I need to do the following:
- Have a clean installed Ubuntu client (DONE)
- Install the required packages and configure them
- Log into the Active Directory user with the Ubuntu client which AD user was created and run by my Windows 2016 Server AD.
The problem is, we did not learn this method in school at all.
And I am really not that good with Ubuntu or any other kind of Linux-based OP systems to just guess it myself.
If someone can write me down a step-by-step kind of guide on how could I do this task, I would be forever grateful for it.
EDIT (2018. November 26th): I talked to my teacher. She told me that the task is doable with using the combination of Kerberos and Wimbind. Can you guys tell me how to do it like that?
Have a nice day guys until then, and thanks for any kind of help and information!
networking server virtualbox windows samba
put on hold as too broad by George Udosen, Melebius, Zanna, Thomas, Eric Carvalho 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 12 more comments
up vote
0
down vote
favorite
I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:
- Set up a Windows Server 2016 with DHCP, DNS, AD, etc..
- Be able to log into this server's AD with a created AD user using Windows 10 client
- Be able to log into this server's AD with a created AD user using Ubuntu client
(Basically the AD user was created on the Win 2016 server, and I should be able to log into that user in both win 10 and ubuntu client).
The first 2 tasks are already done and working, although I have got some problem with the 3rd task.
I have watched several videos on YouTube regarding this topic, but none of them seems to helped me as some of them are too old (the programs are not working anymore i.e. likewise-open5), or some of the videos are actually doing something else and not what I need.
We are using VirtualBox to pull this off (so the server, and the clients are also run using VirtualBox).
So I came here, to this forum, hoping that someone has already done something like this and may actually be able to tell me how to do this exactly.
So my 3rd task is precisely, that I need to do the following:
- Have a clean installed Ubuntu client (DONE)
- Install the required packages and configure them
- Log into the Active Directory user with the Ubuntu client which AD user was created and run by my Windows 2016 Server AD.
The problem is, we did not learn this method in school at all.
And I am really not that good with Ubuntu or any other kind of Linux-based OP systems to just guess it myself.
If someone can write me down a step-by-step kind of guide on how could I do this task, I would be forever grateful for it.
EDIT (2018. November 26th): I talked to my teacher. She told me that the task is doable with using the combination of Kerberos and Wimbind. Can you guys tell me how to do it like that?
Have a nice day guys until then, and thanks for any kind of help and information!
networking server virtualbox windows samba
put on hold as too broad by George Udosen, Melebius, Zanna, Thomas, Eric Carvalho 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
1
Your doing it wrong this is Ubuntu and we don't doyumwe doaptorap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?
– George Udosen
Nov 27 at 7:21
1
Please install it withsudo apt install winbind krb5userand a simpleapt searchwill check to see if any sought package ios available in the app repos!
– George Udosen
Nov 27 at 15:45
|
show 12 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:
- Set up a Windows Server 2016 with DHCP, DNS, AD, etc..
- Be able to log into this server's AD with a created AD user using Windows 10 client
- Be able to log into this server's AD with a created AD user using Ubuntu client
(Basically the AD user was created on the Win 2016 server, and I should be able to log into that user in both win 10 and ubuntu client).
The first 2 tasks are already done and working, although I have got some problem with the 3rd task.
I have watched several videos on YouTube regarding this topic, but none of them seems to helped me as some of them are too old (the programs are not working anymore i.e. likewise-open5), or some of the videos are actually doing something else and not what I need.
We are using VirtualBox to pull this off (so the server, and the clients are also run using VirtualBox).
So I came here, to this forum, hoping that someone has already done something like this and may actually be able to tell me how to do this exactly.
So my 3rd task is precisely, that I need to do the following:
- Have a clean installed Ubuntu client (DONE)
- Install the required packages and configure them
- Log into the Active Directory user with the Ubuntu client which AD user was created and run by my Windows 2016 Server AD.
The problem is, we did not learn this method in school at all.
And I am really not that good with Ubuntu or any other kind of Linux-based OP systems to just guess it myself.
If someone can write me down a step-by-step kind of guide on how could I do this task, I would be forever grateful for it.
EDIT (2018. November 26th): I talked to my teacher. She told me that the task is doable with using the combination of Kerberos and Wimbind. Can you guys tell me how to do it like that?
Have a nice day guys until then, and thanks for any kind of help and information!
networking server virtualbox windows samba
I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:
- Set up a Windows Server 2016 with DHCP, DNS, AD, etc..
- Be able to log into this server's AD with a created AD user using Windows 10 client
- Be able to log into this server's AD with a created AD user using Ubuntu client
(Basically the AD user was created on the Win 2016 server, and I should be able to log into that user in both win 10 and ubuntu client).
The first 2 tasks are already done and working, although I have got some problem with the 3rd task.
I have watched several videos on YouTube regarding this topic, but none of them seems to helped me as some of them are too old (the programs are not working anymore i.e. likewise-open5), or some of the videos are actually doing something else and not what I need.
We are using VirtualBox to pull this off (so the server, and the clients are also run using VirtualBox).
So I came here, to this forum, hoping that someone has already done something like this and may actually be able to tell me how to do this exactly.
So my 3rd task is precisely, that I need to do the following:
- Have a clean installed Ubuntu client (DONE)
- Install the required packages and configure them
- Log into the Active Directory user with the Ubuntu client which AD user was created and run by my Windows 2016 Server AD.
The problem is, we did not learn this method in school at all.
And I am really not that good with Ubuntu or any other kind of Linux-based OP systems to just guess it myself.
If someone can write me down a step-by-step kind of guide on how could I do this task, I would be forever grateful for it.
EDIT (2018. November 26th): I talked to my teacher. She told me that the task is doable with using the combination of Kerberos and Wimbind. Can you guys tell me how to do it like that?
Have a nice day guys until then, and thanks for any kind of help and information!
networking server virtualbox windows samba
networking server virtualbox windows samba
edited Nov 26 at 19:18
asked Nov 22 at 18:29
Noxter
12
12
put on hold as too broad by George Udosen, Melebius, Zanna, Thomas, Eric Carvalho 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by George Udosen, Melebius, Zanna, Thomas, Eric Carvalho 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
1
Your doing it wrong this is Ubuntu and we don't doyumwe doaptorap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?
– George Udosen
Nov 27 at 7:21
1
Please install it withsudo apt install winbind krb5userand a simpleapt searchwill check to see if any sought package ios available in the app repos!
– George Udosen
Nov 27 at 15:45
|
show 12 more comments
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
1
Your doing it wrong this is Ubuntu and we don't doyumwe doaptorap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?
– George Udosen
Nov 27 at 7:21
1
Please install it withsudo apt install winbind krb5userand a simpleapt searchwill check to see if any sought package ios available in the app repos!
– George Udosen
Nov 27 at 15:45
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
1
1
Your doing it wrong this is Ubuntu and we don't do
yum we do apt or ap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?– George Udosen
Nov 27 at 7:21
Your doing it wrong this is Ubuntu and we don't do
yum we do apt or ap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?– George Udosen
Nov 27 at 7:21
1
1
Please install it with
sudo apt install winbind krb5user and a simple apt search will check to see if any sought package ios available in the app repos!– George Udosen
Nov 27 at 15:45
Please install it with
sudo apt install winbind krb5user and a simple apt search will check to see if any sought package ios available in the app repos!– George Udosen
Nov 27 at 15:45
|
show 12 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well your here now and Ubuntu is looking at you so lets try this example: tecmint.com/…
– George Udosen
Nov 22 at 18:52
Another great tutorial is this: bitsofwater.com/2018/05/08/…
– George Udosen
Nov 22 at 19:07
Thank you George very much. I will try them out, and will write you a feedback as soon as I am done with them! :)
– Noxter
Nov 22 at 20:34
1
Your doing it wrong this is Ubuntu and we don't do
yumwe doaptorap-get. What OS is on the Linux system, Ubuntu, RHEL, CentOS, or Fedora?– George Udosen
Nov 27 at 7:21
1
Please install it with
sudo apt install winbind krb5userand a simpleapt searchwill check to see if any sought package ios available in the app repos!– George Udosen
Nov 27 at 15:45