ansible-pfsense icon indicating copy to clipboard operation
ansible-pfsense copied to clipboard

fix general settings for 2.5

Open coffeelover opened this issue 3 years ago • 1 comments

Extended pfsense_setup:

  • dnslocalhost (bool for <2.5.0 and str >=2.5.0), mapping true/false to 'remote' and '' on newer systems, mapping ''/'remote' to false/true on older systems
  • shellauth: use shell authentication
  • authmode: select ldap or radius server used for authentication
  • session_timeout: was simply missing

coffeelover avatar Feb 08 '22 09:02 coffeelover

Thank you for the contribution. Could you fix the dnslocalhost tests and perhaps add tests for the other options? Thanks!

opoplawski avatar Feb 13 '22 03:02 opoplawski

Since there was no response, I've applied this as https://github.com/pfsensible/core/commit/e8cda05664306b3b926d373b8c16c7bf9aca311f

Thank you very much for the contribution.

opoplawski avatar Jan 06 '23 04:01 opoplawski