ansible-pfsense
ansible-pfsense copied to clipboard
fix general settings for 2.5
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
Thank you for the contribution. Could you fix the dnslocalhost tests and perhaps add tests for the other options? Thanks!
Since there was no response, I've applied this as https://github.com/pfsensible/core/commit/e8cda05664306b3b926d373b8c16c7bf9aca311f
Thank you very much for the contribution.