You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to disable the ldap_allow_unauthenticated option, which is enabled by default when creating a new LDAP authentication server.
I can re-enable it after manually disabling the option.
Same with ldap_rfc2307, but this option is not enabled by default.
I can enable both by setting them to true in the playbook, but cannot disable them by setting them to false in the playbook.
There is no error when running the playbook.
I tried FALSE, false, False, "FALSE", "false" and "False".
Expected behavior
Options will either be checked when setting them to true or unchecked when setting them to false in the playbook.
Playbook
Please paste a minimal playbook to reproduce the issue:
Also note that Pfsensible can't interact with this key,it's not implemented : ldap_anon
What I know is when the parameters are check on pfsense GUI then saved => POST is sending information key = "yes" (ex: ldap_allow_unauthenticated "yes") for all the keys with checkbox:
(I checked all checkbox: ldap_rfc2307, ldap_rfc2307_userdn, ldap_utf8, ldap_allow_unauthenticated, ldap_nostrip_at, extended_enabled)
When the parameters are UNcheck, POST is NOT sending any information about the key. In that case pfsense understand that he should put value to False:
(All checkbox unchecked : ldap_rfc2307, ldap_rfc2307_userdn, ldap_utf8, ldap_allow_unauthenticated, ldap_nostrip_at, extended_enabled)
There is probably an issue somewhere dealing with ldap_rfc2307, ldap_rfc2307_userdn, ldap_utf8, ldap_nostrip_at and ldap_allow_unauthenticated where extended_enabled is NOT affected.
Describe the bug
I am trying to disable the ldap_allow_unauthenticated option, which is enabled by default when creating a new LDAP authentication server.
I can re-enable it after manually disabling the option.
Same with ldap_rfc2307, but this option is not enabled by default.
I can enable both by setting them to true in the playbook, but cannot disable them by setting them to false in the playbook.
There is no error when running the playbook.
I tried FALSE, false, False, "FALSE", "false" and "False".
Expected behavior
Options will either be checked when setting them to true or unchecked when setting them to false in the playbook.
Playbook
Please paste a minimal playbook to reproduce the issue:
Output
Please paste the ansible output run with
-vv
:Environment
0.6.2
2.16.3
2.7.2
The text was updated successfully, but these errors were encountered: