User story #9625
closed
Remove the option to desactivate reverse DNS lookups (skipidentify) as it is always ignored in 4.0
Added by Alexis Mousset about 8 years ago.
Updated about 8 years ago.
Category:
System techniques
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.
- 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.
- Category set to System techniques
Also available in: Atom
PDF