An assistant for joining Ubuntu machines into Univention Corporate Server domains
Go to file
Philipp Hahn 8ef4b76372 feat: Return DN of computer entry
currently not required.

Add debug output.
2022-10-17 13:14:56 +02:00
debian style: Convert to declarative style 2022-10-17 12:40:06 +02:00
scripts refactor: Extract ssh code handling 2022-10-17 13:14:56 +02:00
univention_domain_join feat: Return DN of computer entry 2022-10-17 13:14:56 +02:00
.gitlab-ci.yml ci: Add Gitlab-CI 2022-10-17 12:40:23 +02:00
.pre-commit-config.yaml ci: Add Gitlab-CI 2022-10-17 12:40:23 +02:00
com.univention.univention-domain-join.policy Bug #46920: Revert some of "Bug #46737: Adapt to Ubuntu 18.04" 2018-05-17 12:35:42 +02:00
LICENSE churn: Copyright 2022 2022-10-17 12:38:28 +02:00
README.md Bug #51163: Add linux mint to README 2020-07-20 10:19:04 +02:00
setup.cfg doc: Add PEP-484 type hints 2022-10-17 12:40:06 +02:00
setup.py style: Convert to declarative style 2022-10-17 12:40:06 +02:00
univention-domain-join.desktop Bug #46920: Revert some of "Bug #46737: Adapt to Ubuntu 18.04" 2018-05-17 12:35:42 +02:00
univention-domain-join.svg Bug #51163: Add new icon 2020-07-21 12:12:41 +02:00

Univention Domain Join

This is an assistant for joining Ubuntu 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 (optional, default no)
  • Configure Kerberos
  • Configure the login manager, if necessary
  • Configure PAM
  • Configure SSSD

Univention Domain Join supports the following Linux distributions:

  • Ubuntu 20.04 LTS („Focal Fossa“)
  • Linux Mint („Ulyana“)
  • Ubuntu 18.04 LTS („Bionic Beaver“)
  • Linux Mint („Tara“)
  • Ubuntu 17.10 („Artful Aardvark“)
  • Ubuntu 16.04 LTS („Xenial Xerus“)
  • Ubuntu 14.04 LTS („Trusty Tahr“)

This is the source branch for ubuntu20.04 which suppports Ubuntu 20.04.

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.

Download and Installation

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, which you can run with univention-domain-join-cli. The command line tool can be installed separately with the package univention-domain-join-cli.

License

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.