nsupdate, semicolon, backslash

2014-09-12 Thread Giuseppe

Hello,

I work with nsupdate for update our domains zones. And I have problem with 
semicolonin TXT record type.

A small example:

 nsupdate -v

  update add test1.com 400 TXT hello*;*
  update add test2.com 400 TXT hello*\;*
  show

 Outgoing update query:
 ;; -HEADER- opcode: UPDATE, status: NOERROR, id:  0
 ;; flags: ; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
 ;; UPDATE SECTION:
 test1.com.400INTXThello*\;*
 test2.com.400INTXThello*\;*

In my Zone file it is the same problem.

I would like:

test1.com.400INTXThello*;*

without backslash before semicolon. Is important because service using 
secure._domainKey, _adsp._domainKey, etc.. not work if
backslashis in zone and semicolon is needed.

Other are the same problem?

Thanks,
Zeppi

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: nsupdate, semicolon, backslash

2014-09-12 Thread Giuseppe

Hello Mark,

If I understood, it's a normal comportement to find backslash in TEXT data.

In my case, i implement DKIM DNS and in master files I have:

;; ANSWER SECTION:
google._domainkey.test.com. 1800 IN TXT v=DKIM1\; k=rsa\; p=MIGfMA

At this time, it not working. And I was thinking that is the backslash 
the problème.


So, I have to do more troubleshooting about this case.

Thanks for your help
Zeppi
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users