Ad Schellevis

Results 310 comments of Ad Schellevis

isc-dhcp is eol, so we try to limit our efforts on that subject. I would expect the `ddns-domainname` option (https://kb.isc.org/docs/isc-dhcp-41-manual-pages-dhcpdconf) glues the zone to the pool, which give you a...

Highly unlikely to mature as this is quite application specific. In some cases it is practical to offer additional fine grained control (like we do for OPNcentral for example), for...

The current method is way more fine grained than offering access on the http method type, in practice all information requests use "get" and updates use "set". Offering access to...

It's more likely other `get()` actions return less content in the future as these actions are intended to be used for the non nested items. Returning all for a form...

@ansibleguy Well, the endpoints are not being deprecated at all, but contents may change (as with all api's in all products). The intend of this specific endpoint might have been...

The "context aware" ones will be difficult to implement in a generic way other than what's already available, in most cases you can just use the implemented `getItem()` and `searchItem()`....

nothing is planned yet, so we do have time to look for alternatives which works for both. Maybe it's also an option to change the default behavior of the `searchBase()`...

@ansibleguy returning all fields for a search endpoint is likely easy to change for most of them, as they use `searchBase()`. I've changed the IDS ones so you can easily...

@ansibleguy in some cases returning all might not be the best idea, but in most cases the extra fields don't matter that much. Let's assess this per case, if you...

@smeretech by default `--route-gateway` is set with the `--server` keyword (see https://openvpn.net/community-resources/reference-manual-for-openvpn-2-6/), if for specific cases this doesn't work, it might be good to offer some context on when this...