Tony Murray

Results 457 comments of Tony Murray
trafficstars

Feel free to send the ui changes.

Can you send a pull request adding the MIB? You can do that directly from the Github web page.

I'm pretty sure fullDn was written that way to avoid LDAP queries to generate it. Did you check how many additional queries this generates (especially for group queries)?

There is a chance this will break some installs. I'm tempted to mark the ldap auth module as deprecated and suggest people use https://ldaprecord.com/docs/laravel/v2/

It was written with memberOf before and that didn't work with some user's setups as not all ldap servers implement memberOf. Ldaprecord would only need custom code if you have...

Hmm, I was just glancing at the Ldap code and saw almost a duplicate of what you have written here, related to the setting `auth_ldap_wildcard_ou` Does that do what you...

So, set auth_ldap_wildcard_ou and set auth_ldap_prefix to ''"?

If you have a fix, please send a pull request for others :) Thanks.

In your test data there are some entPhysicalIndex_measured that are numbers, is this intended?

You are going to have troubles. This is the quantastor string it is parsing `32 C (89.60 F)` (LibreNMS wants temperatures in C)