This is an assistant for joining Ubuntu and Linux Mint computers into Univention Corporate Server (UCS) domains. It will perform the following steps for you:
- Create an LDAP object for your Ubuntu computer on UCS
- Configure DNS
- Configure Kerberos
- Configure the login manager, if necessary
- Configure PAM
- Configure SSSD
Univention Domain Join supports the following Linux distributions:
ubuntu24.04
- Ubuntu 24.04 LTS ("Noble Numbat")
ubuntu22.04
- Ubuntu 22.04 LTS („Jammy Jellyfish“)
- Linux Mint 21 („Vanessa“)
ubuntu20.04
- Ubuntu 20.04 LTS („Focal Fossa“)
- Linux Mint 20 („Ulyana“)
ubuntu18.04
- Ubuntu 18.04 LTS („Bionic Beaver“)
- Linux Mint 19.2 („Tara“)
ubuntu17.10
- Ubuntu 17.10 („Artful Aardvark“)
ubuntu16.04
- Ubuntu 16.04 LTS („Xenial Xerus“)
ubuntu14.04
- Ubuntu 14.04 LTS („Trusty Tahr“)
The actual source code for the different Ubuntu releases can be found in the corresponding git branches.
Univention Domain Join supports the Gnome and Unity desktop environments. The
configuration of the login manager of other desktop environments may not work,
but can be skipped using the --skip-login-manager
parameter of the
univention-domain-join-cli
tool.
You can install Univention Domain Join assistant on Ubuntu via the PPA of Univention using these commands:
sudo add-apt-repository ppa:univention-dev/ppa
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install univention-domain-join
Run the assistant using the start menu.
There is also a command line tool univention-domain-join-cli
, which can be installed separately
with the package univention-domain-join-cli
.
Run sudo univention-domain-join-cli --help
for more details.
Documentation on how to build and release this package to launchpad can be found here
Univention Domain Join is built on top of many existing open source projects which use their own licenses. The source code of all parts written by Univention is licensed under the AGPLv3 . Please see the license file for more information.