AD is blocking settings backup

NethServer Version: 7.9
Module: active directory

Hello.
Unfortunately it hasn’t been a week but I’ve encountered magic.
When I install AD, the settings backup stops working.
I uninstall the AD, the backup works.
Here is the command and error code from the console.

[root@host ~]# echo ‘{“action”:“run-backup-config”,“name”:“gb”}’ | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-backup/execute | jq
parse error: Invalid numeric literal at line 1, column 6

The parse error could be caused by bad command syntax (probably the single/double quotes). Can you try again running the command but rewriting the quotes? (then post the output)

echo '{"action":"run-backup-config","name":"gb"}' | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-backup/execute | jq