pp303
September 3, 2024, 9:19am
2
Hi this is a bit of an older link, but it mentions a centos8 script using realmd/sssd you might be able to build on as a starting point looking at what the ubuntu UCS join script does too? I’d be interested in one that could work with Alma/Fedora etc too.
Hey ricky,
currently we provide no way to join non-Ubuntu clients, but as a reference you can have a look at the centos8 branch of ABotelho23’s generic domain join:
Best regards
https://gitlab.com/ABotelho23/UCS_domain_join/-/blob/centos8-server/setup.sh
Edit: here’s another one that may or may not be useful to start with.
Hi, we’re using the following scripts to join Ubuntu or RHEL clients into our UCS domain. The script is based on the scripts from the former Univention client and works in Ubuntu 22.04 LTS and 23.10.
You can find the original documentation of the script here: Univention Corporate Server
ucs-domain-join.sh (7.6 KB)
ucs-domain-join-rhel.sh (7.2 KB)
The scripts are pretty rough and you maybe need to customize them to your needs. The scripts only work for a UCS domain without a Backup DC.
Have…
Hope that helps!