Hi,
I am writing a small script to update a DNS entry remotely, to be used to update the IP address of machine with dynamic IP.
my client script will authenticate via the url, which will look something like:
http://server:8080/tools/dyndns/upda...name&pass=pswd
I managed to authenticate against the sys_user table, and I was wondering what values should I check to know the user has access to a particular row in the dns_rr table.
if anyone is interested, I will share the result (client and server side scripts).