Adam

Results 68 comments of Adam

We use hostname / snmp location regex matching for the groups ``` # Group initially based on location: $config['oxidized']['maps']['grp']['hostname'][] = array('regex' => '/^192.168.18[6-7].\d{1,3}/', 'grp' => 'dist'); #$config['oxidized']['maps']['grp']['hostname'][] = array('regex' =>...

I had to work around this issue with nginx subfilters. ``` server { server_name auth.example.com; location /otp/ { allow all; proxy_pass http://127.0.0.1:8001/; sub_filter "\"/" "\""; sub_filter "\'/" "\'"; sub_filter_once off;...

Related to #3181 and partially related to #3191. The ultimate issue is that running PrivacyIDEA under a subdomain proxy wasn't a considered scenario (or not completely tested), so features/support is...

You don't detect the path from the browser correctly though and some of the templating system always pulls from the root domain rather than the relative path. This is also...

> I see. > > Your reverse proxy does something like > > ``` > otp.example.com --> example.com/otp > ``` No My proxy is literally ``` example.com/otp/ -> piserver.localhost ```

+1 Maybe an option in the LDAPResolver for Plain vs Hashed?

So I made the change suggested, however I run in a distributed container so I only edited the front end system and tried a capture. discovery ran poller ran snmp...

I'll try and run an upgrade tomorrow (update to the latest docker container). On Mon, 23 Aug 2021, 6:10 pm SourceDoctor, ***@***.***> wrote: > after upgrading to actual LibreNMS Version,...