Problem Join AD

Hi all.
i have a fresh install of NS8 with rocky Linux on a hyper-v.
I want to joint NS8 from my Active Directory.
I can join it but when i want to go on user and group i have an error and i can’t see anything.
I have set in nmtui edit IPv6 on disable and restart the OS.

I have this error :

Blockquote
Traceback (most recent call last):
File “/var/lib/nethserver/cluster/actions/list-domain-groups/50list_groups”, line 31, in
domain = Ldapproxy().get_domain(request[‘domain’])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/agent/pypkg/agent/ldapproxy.py”, line 42, in get_domain
self.domains = self._load_domains()
^^^^^^^^^^^^^^^^^^^^
File “/usr/local/agent/pypkg/agent/ldapproxy.py”, line 91, in _load_domains
assert(not ldapproxy_instance is None)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

thank’s for your help

NethServer Version: v8
Module: AD

The domain needs to be something like “ad.domain.tld”, the short (netbios) name didn’t work for me.

I didn’t use capital letters in the domain name.

You can safely delete the external Samba provider in NethServer 8 and recreate it.

Another thing to try: A friend had a similar issue with his AD so he put the users in a separate OU and changed the Base DN in NS8 to that OU and it worked.

1 Like