From e965e5c0d48f4cc138aa88f8cfb86a734e2bd8c5 Mon Sep 17 00:00:00 2001 From: RBCOMGmbH <88547392+RBCOMGmbH@users.noreply.github.com> Date: Fri, 6 Aug 2021 16:30:02 +0200 Subject: [PATCH] Update dns_ispconfig.sh Added line to first comment, DNS txt functions were not enough on my new ISPConfig installation. Maybe ISPConfig behaviour changed, using debug I found out that the remote user did not have permission to execute client_get_id I also have DNS zone function permissions, though I do not know if that is actually necessary --- dnsapi/dns_ispconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index e68ddd49..3995103b 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -3,6 +3,7 @@ # ISPConfig 3.1 API # User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to: # - DNS txt Functions +# - Client functions (otherwise no result is given and "Client ID is not numeric." error occurs). # Report bugs to https://github.com/sjau/acme.sh