Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. naptr record rejected (Markus Wigge)
2. Re: naptr record rejected (Carlos Vicente)
3. Re: naptr record rejected (Markus Wigge)
----------------------------------------------------------------------
Message: 1
Date: Tue, 15 Apr 2014 16:43:16 +0200
From: Markus Wigge <[email protected]>
Subject: [Netdot-devel] naptr record rejected
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-15
Hi,
I recently set up a netdot 1.0.6 from scratch on wheezy to get rid of
some DB quirks with my first installation which lasted quite some time
now and did a good job for us.
So far a big thanks for a great project!
Now to my problem.
When I try to add an eduroam NAPTR record as recommend by our regional
provider it gets rejected:
@ 86400 IN NAPTR 100 10 "s" "x-eduroam:radius.tls" ""
_radsec._tcp.eduroam.de.
netdot says:
Transaction aborted: Invalid services string: x-eduroam:radius.tls
Do you consider this a bug or is there something wrong with the record?
Regards,
Markus
------------------------------
Message: 2
Date: Tue, 15 Apr 2014 12:31:30 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-devel] naptr record rejected
To: Markus Wigge <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Hi Markus,
The error comes from this section of RRNAPTR.pm:
$class->throw_user("Invalid services string: ".$argv->{services})
if ( !($argv->{services} =~ /^e2u\+/i) );
A very quick glance at RFC2915 tells me that this is likely an invalid check.
I would suggest creating an issue in the Redmine system, and in the meantime,
it should be safe for you to comment those lines in your installation.
Best,
cv
On Apr 15, 2014, at 10:43 AM, Markus Wigge <[email protected]> wrote:
> Hi,
>
> I recently set up a netdot 1.0.6 from scratch on wheezy to get rid of
> some DB quirks with my first installation which lasted quite some time
> now and did a good job for us.
> So far a big thanks for a great project!
>
> Now to my problem.
>
> When I try to add an eduroam NAPTR record as recommend by our regional
> provider it gets rejected:
>
> @ 86400 IN NAPTR 100 10 "s" "x-eduroam:radius.tls" ""
> _radsec._tcp.eduroam.de.
>
> netdot says:
> Transaction aborted: Invalid services string: x-eduroam:radius.tls
>
> Do you consider this a bug or is there something wrong with the record?
>
> Regards,
> Markus
> _______________________________________________
> Netdot-devel mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-devel
------------------------------
Message: 3
Date: Tue, 15 Apr 2014 19:34:54 +0200
From: Markus Wigge <[email protected]>
Subject: Re: [Netdot-devel] naptr record rejected
To: Carlos Vicente <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Hi Carlos,
thank you for the hint but it seems to be more complicated.
The only way to insert the NAPTR record I found, is the "Advanced->Add"
function to inject it directly into the table.
Unfortunately the GUI expects "Regexp" and "Replacement" as required
fields which are not. (in my case "" for both)
And the field "Resource Record" is a reference to a local record. But I
just want to point to an external name for which I do not have a local
zone in my database...
Maybe that field should just be a string value instead of a reference? I
don't know the drawbacks of that.
Regards,
Markus
Am 15.04.2014 18:31, schrieb Carlos Vicente:
> Hi Markus,
>
> The error comes from this section of RRNAPTR.pm:
>
> $class->throw_user("Invalid services string: ".$argv->{services})
> if ( !($argv->{services} =~ /^e2u\+/i) );
>
>
> A very quick glance at RFC2915 tells me that this is likely an invalid check.
>
> I would suggest creating an issue in the Redmine system, and in the meantime,
> it should be safe for you to comment those lines in your installation.
>
> Best,
>
> cv
>
>
> On Apr 15, 2014, at 10:43 AM, Markus Wigge <[email protected]> wrote:
>
>> Hi,
>>
>> I recently set up a netdot 1.0.6 from scratch on wheezy to get rid of
>> some DB quirks with my first installation which lasted quite some time
>> now and did a good job for us.
>> So far a big thanks for a great project!
>>
>> Now to my problem.
>>
>> When I try to add an eduroam NAPTR record as recommend by our regional
>> provider it gets rejected:
>>
>> @ 86400 IN NAPTR 100 10 "s" "x-eduroam:radius.tls" ""
>> _radsec._tcp.eduroam.de.
>>
>> netdot says:
>> Transaction aborted: Invalid services string: x-eduroam:radius.tls
>>
>> Do you consider this a bug or is there something wrong with the record?
>>
>> Regards,
>> Markus
>> _______________________________________________
>> Netdot-devel mailing list
>> [email protected]
>> https://osl.uoregon.edu/mailman/listinfo/netdot-devel
>
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 85, Issue 10
********************************************