An assistant for joining Ubuntu machines into Univention Corporate Server domains
Go to file
Philipp Hahn 1638f3f48f ci: Fix dput to Gitlab DPR
Extract package data during build.
Export via dot-env to following jobs.
2023-08-19 10:07:15 +02:00
debian ci: Compress with XZ 2023-08-19 09:50:32 +02:00
LICENSES doc: Copyright 2023 2023-08-18 10:29:03 +02:00
scripts style: tab 2 spaces 2023-08-18 10:29:03 +02:00
univention_domain_join style: tab 2 spaces 2023-08-18 10:29:03 +02:00
.gitignore ci: Fix dput to Gitlab DPR 2023-08-19 10:07:15 +02:00
.gitlab-ci.yml ci: Fix dput to Gitlab DPR 2023-08-19 10:07:15 +02:00
.pre-commit-config.yaml doc: Copyright 2023 2023-08-18 10:29:03 +02:00
com.univention.univention-domain-join.policy doc: Copyright 2023 2023-08-18 10:29:03 +02:00
README.md doc: Copyright 2023 2023-08-18 10:29:03 +02:00
setup.cfg style: tab 2 spaces 2023-08-18 10:29:03 +02:00
setup.py doc: Copyright 2023 2023-08-18 10:29:03 +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 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:

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

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

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.