Frank Wall
Frank Wall
Thanks, found it. In my case the LDAP search returned no result. I'd suggest to add a debug message for this case: https://github.com/fraenki/authLdap/commit/6cfa37ad0f0d6bf150136b78812e7cadcd8c4295
Similar issue when trying to export the Redis template in Zabbix: ``` Invalid tag "type": unexpected constant value "7" ```
@ajdelgado Thanks for submitting a PR. Just ping me when it's ready for review. :)
I agree. We should use [login paths](https://dev.mysql.com/doc/mysql-utilities/1.5/en/mysql-utils-intro-connspec-mylogin.cnf.html) here, I have to check if this is supported on all platforms.
I'd really like to implement this using MySQL's login paths, but puppetlabs-mysql currently does not support them: https://tickets.puppetlabs.com/browse/MODULES-1550 Everyone who is concerned about security should vote for this feature. :)
It looks like puppetlabs-mysql will receive support for login paths soon: https://github.com/puppetlabs/puppetlabs-mysql/pull/1295 This would allow us to improve security on MySQL-based systems.
Another workaround that worked for me: setup Nextcloud client using version 3.1.3, then upgrade to the latest release.
Implemented in https://github.com/opnsense/plugins/pull/3157/commits/f01028ba97fcacd9e0e57448aa36d781699d768e with minor additions. To test it: ``` opnsense-patch -c plugins f01028ba ``` I haven't tested it.
What exactly was added to or removed from the config?
That's already possible, you need to create rules for this. Please have a look at https://github.com/opnsense/plugins/pull/1884 for a starting point.