puzzle / puzzle.opnsense

An Ansible Collection to configure an opnsense Firewall
https://puzzle.github.io/puzzle.opnsense/collections/puzzle/opnsense/index.html
GNU General Public License v3.0
23 stars 12 forks source link

Fix user extra attributes in system_access_users #112

Closed DonGiovanni83 closed 4 months ago

DonGiovanni83 commented 4 months ago

These changes handle additional user attributes that are not (yet) handled by the system_access_users module. They are stored in a generic Users.extra_attrs field, and written back when writing the config.

Resolves #111