Log in to Active Directory (Windows Server 2016) with Ubuntu client [on hold]











up vote
0
down vote

favorite
3












I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:




  1. Set up a Windows Server 2016 with DHCP, DNS, AD, etc..

  2. Be able to log into this server's AD with a created AD user using Windows 10 client

  3. 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:




  1. Have a clean installed Ubuntu client (DONE)

  2. Install the required packages and configure them

  3. 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!










share|improve this 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 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




    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















up vote
0
down vote

favorite
3












I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:




  1. Set up a Windows Server 2016 with DHCP, DNS, AD, etc..

  2. Be able to log into this server's AD with a created AD user using Windows 10 client

  3. 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:




  1. Have a clean installed Ubuntu client (DONE)

  2. Install the required packages and configure them

  3. 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!










share|improve this 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 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




    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













up vote
0
down vote

favorite
3









up vote
0
down vote

favorite
3






3





I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:




  1. Set up a Windows Server 2016 with DHCP, DNS, AD, etc..

  2. Be able to log into this server's AD with a created AD user using Windows 10 client

  3. 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:




  1. Have a clean installed Ubuntu client (DONE)

  2. Install the required packages and configure them

  3. 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!










share|improve this question















I am a university student studying various IT subjects as well.
We have got a complex task which is about 3 things:




  1. Set up a Windows Server 2016 with DHCP, DNS, AD, etc..

  2. Be able to log into this server's AD with a created AD user using Windows 10 client

  3. 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:




  1. Have a clean installed Ubuntu client (DONE)

  2. Install the required packages and configure them

  3. 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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




    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


















  • 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 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




    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
















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















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?