Actions
User story #9625
closedRemove the option to desactivate reverse DNS lookups (skipidentify) as it is always ignored in 4.0
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
We have an option in the settings to desactivate reverse dns lookups. This is never used in 4.0 generated policies as they will use the new protocol.
We can remove it.
Updated by Alexis Mousset about 8 years ago
- Status changed from New to Rejected
We still have, in the server:
&if(SKIPIDENTIFY)& &MANAGED_NODES_NAME, MANAGED_NODES_ID, MANAGED_NODES_KEY: {host, uuid, key | "/var/rudder/share/&uuid&/" maproot => { string_downcase(escape("&host&")) }, admit => { string_downcase(escape("&host&")) }, admit_keys => { "&key&" }; } & &else& &MANAGED_NODES_NAME, MANAGED_NODES_ID, MANAGED_NODES_KEY : {host, uuid, key | "/var/rudder/share/&uuid&/" maproot => { host2ip("&host&"), string_downcase(escape("&host&")) }, admit => { host2ip("&host&"), string_downcase(escape("&host&")) }, admit_keys => { "&key&" }; } & &endif&
So we have to keep it for now, closing.
Actions