Posted on:
January 21st, 2010
The good points about this kind of setup is as follows:
Likewise Open enables Linux, Unix and Mac authentication on a Microsoft network using Active Directory. A user can now interactively log in to the Linux, Unix or Mac machine using Active Directory credentials, and can access any kerberized services that the non-Windows machine hosts can.
Open / install likewise
sudo apt-get updatesudo apt-get install likewise-opensudo domainjoin-cli join fqdn.of.your.domain Administrator
Open defaults
sudo update-rc.d likewise-open defaultssudo /etc/init.d/likewise-open start
Reboot and login with domain\user credentials
Check settings within terminal you can check your settings
Check active directory for your new created object
Tags: How To
If you want to get rid of the UBUNTU\ part…
edit the following file:
“vi /etc/likewise/lsassd.conf”
Find the line that says “assume-default-domain”
and set it to true or uncomment depending on the version of likewise.
It’s best to reboot after this just to deal with the change.
PS. This only works when your user account and computer account are part of the same domain.
PPS. Sorry I commented from a Mac.
Thanks for the suggestion about getting rid of the “domain\” part.
Much appreciated