Yes I used the cluster-admin UI.
created the shares and set the acls via shared folders page.
Because of the errors I during the last effort to set the acls I rebooted the server and now all shares are not available.
I noticed that all my users are not available anymore and also the shares are not available anymore,
{
"context": {
"action": "list-domain-groups",
"data": {
"domain": "ad.ijzereef.lan"
},
"extra": {
"eventId": "aa8ed9e9-0165-4d82-8757-3357784bc6c2",
"isNotificationHidden": true,
"title": "List domain groups"
},
"id": "2406b111-2dae-4181-97e3-985eee5affc3",
"parent": "",
"queue": "cluster/tasks",
"timestamp": "2023-05-22T20:38:30.196062953Z",
"user": "admin"
},
"status": "aborted",
"progress": 0,
"subTasks": [],
"validated": false,
"result": {
"error": "Traceback (most recent call last):\n File \"/var/lib/nethserver/cluster/actions/list-domain-groups/50list_groups\", line 33, in <module>\n groups = Ldapclient.factory(**domain).list_groups()\n File \"/usr/local/agent/pypkg/agent/ldapclient/__init__.py\", line 29, in factory\n return LdapclientAd(**kwargs)\n File \"/usr/local/agent/pypkg/agent/ldapclient/base.py\", line 37, in __init__\n self.ldapconn = ldap3.Connection(self.ldapsrv,\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 363, in __init__\n self._do_auto_bind()\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 389, in _do_auto_bind\n self.bind(read_server_info=True)\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 607, in bind\n response = self.post_send_single_response(self.send('bindRequest', request, controls))\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/strategy/sync.py\", line 160, in post_send_single_response\n responses, result = self.get_response(message_id)\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/strategy/base.py\", line 370, in get_response\n raise LDAPSessionTerminatedByServerError(self.connection.last_error)\nldap3.core.exceptions.LDAPSessionTerminatedByServerError: session terminated by server\n",
"exit_code": 1,
"file": "task/cluster/2406b111-2dae-4181-97e3-985eee5affc3",
"output": ""
}
}
When i try to create one share again I get an error message containing:
{
"context": {
"action": "list-domain-groups",
"data": {
"domain": "ad.ijzereef.lan"
},
"extra": {
"eventId": "a1cb463e-a304-4310-acdd-80b36b9b1ced",
"isNotificationHidden": true,
"title": "List domain groups"
},
"id": "7c2d04b9-4a57-417a-b8f6-c1dbf7d7e6cd",
"parent": "",
"queue": "cluster/tasks",
"timestamp": "2023-05-22T20:30:07.051731154Z",
"user": "admin"
},
"status": "aborted",
"progress": 0,
"subTasks": [],
"validated": false,
"result": {
"error": "Traceback (most recent call last):\n File \"/var/lib/nethserver/cluster/actions/list-domain-groups/50list_groups\", line 33, in <module>\n groups = Ldapclient.factory(**domain).list_groups()\n File \"/usr/local/agent/pypkg/agent/ldapclient/__init__.py\", line 29, in factory\n return LdapclientAd(**kwargs)\n File \"/usr/local/agent/pypkg/agent/ldapclient/base.py\", line 37, in __init__\n self.ldapconn = ldap3.Connection(self.ldapsrv,\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 363, in __init__\n self._do_auto_bind()\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 389, in _do_auto_bind\n self.bind(read_server_info=True)\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/core/connection.py\", line 607, in bind\n response = self.post_send_single_response(self.send('bindRequest', request, controls))\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/strategy/sync.py\", line 160, in post_send_single_response\n responses, result = self.get_response(message_id)\n File \"/usr/local/agent/pyenv/lib64/python3.9/site-packages/ldap3/strategy/base.py\", line 370, in get_response\n raise LDAPSessionTerminatedByServerError(self.connection.last_error)\nldap3.core.exceptions.LDAPSessionTerminatedByServerError: session terminated by server\n",
"exit_code": 1,
"file": "task/cluster/7c2d04b9-4a57-417a-b8f6-c1dbf7d7e6cd",
"output": ""
}
}