Hallo,
Ich habe eine UCS erstellt und alle Updates installiert. Version 5.0-9 errata1166
Dann habe ich den “Active Directory-kompatibler Domänencontroller” installiert.
Einen Ubuntu Desktop 24.04.1
Dann auf dem Terminal als Administrator:
sudo add-apt-repository ppa:univention-dev/ppa
sudo apt-get update
sudo DEBIAN_FRONTEND=nointeractive apt-get install univention-domain-join
Die App ist verfügbar. Bis dahin scheint alles ok
Hostname
User: Administrator der UCS
und Passwort
DNS der UCS im Netzwerk eingetragen.
Ich bekomme diese Fehlermeldung.
Die Log /var/log/univention/domain-join-gui.log
2024-11-10 18:49:30,717 userinfo WARNING Warning: /etc/ldap/ldap.conf already exists.
2024-11-10 18:49:30,721 userinfo WARNING Warning: /etc/krb5.conf already exists.
2024-11-10 18:49:30,722 userinfo INFO Created a backup of all configuration files, that will be modified at ‘/var/univention-backup/20241110174930_domain-join’.
2024-11-10 18:49:30,722 userinfo INFO changing network/dns configuration as requested.
2024-11-10 18:49:30,797 userinfo INFO Configuring ipv4 DNS servers for ens160.
2024-11-10 18:49:32,138 userinfo INFO Applying new settings to ens160.
2024-11-10 18:49:32,570 userinfo INFO Configuring ipv4 DNS servers for lo.
2024-11-10 18:49:33,908 userinfo INFO Applying new settings to lo.
2024-11-10 18:49:34,956 userinfo INFO Getting the DN of the Administrator
2024-11-10 18:49:35,715 userinfo CRITICAL get admin DN failed with: Warning: Permanently added ‘192.168.126.136’ (ED25519) to the list of known hosts.
ldap_sasl_interactive_bind_s: Other (e.g., implementation specific) error (80)
additional info: SASL(-1): generic failure: GSSAPI Error: No credentials were supplied, or the credentials were unavailable or inaccessible. (unknown mech-code 0 for mech unknown)
2024-11-10 18:49:36,411 userinfo CRITICAL get admin DN failed with: Warning: Permanently added ‘192.168.126.136’ (ED25519) to the list of known hosts.
ldap_sasl_interactive_bind_s: Other (e.g., implementation specific) error (80)
additional info: SASL(-1): generic failure: GSSAPI Error: No credentials were supplied, or the credentials were unavailable or inaccessible. (unknown mech-code 0 for mech unknown)
Traceback (most recent call last):
File “/usr/sbin/univention-domain-join”, line 431, in run
distribution_joiner.join_domain()
File “/usr/lib/python3/dist-packages/univention_domain_join/distributions/ubuntu.py”, line 86, in join_domain
admin_dn = LdapConfigurator().get_admin_dn(self.dc_ip, self.admin_username, self.admin_pw, self.ldap_base)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/univention_domain_join/join_steps/ldap_configurator.py”, line 118, in get_admin_dn
raise LdapConfigutationException(‘get admin DN failed with: {}’.format(stderr.decode()))
univention_domain_join.join_steps.ldap_configurator.LdapConfigutationException: get admin DN failed with: Warning: Permanently added ‘192.168.126.136’ (ED25519) to the list of known hosts.
ldap_sasl_interactive_bind_s: Other (e.g., implementation specific) error (80)
additional info: SASL(-1): generic failure: GSSAPI Error: No credentials were supplied, or the credentials were unavailable or inaccessible. (unknown mech-code 0 for mech unknown)
Ich habe UCS und Client mehrmals neu erstellt und bekomme immer wieder diese Meldung.
Vielleicht kann mir jemand helfen. Danke
Liebe Grüße TeX