a084ed22

Results 7 comments of a084ed22

The number of additional queries performed is highly dependent on the configuration. When auth_ldap_userdn is set, two search queries are performed for each group defined. The group lookup feature could...

Unfortunately that is not sufficient. Even with `auth_ldap_wildcard_ou`, the code uses the naive uid=... DN when attempting to bind the logging in user to validate its credentials, and in my...

Apologies for the late reply, I've not had the chance to run tests. enabling auth_ldap_wildcard_ou and setting auth_ldap_prefix to "" is not sufficient for logins to pass, it'll report invalid...

Unfortunately, this appears to have broken again, beyond what my skills with php allow me to fix. My approach seems to also not be compatible with the new changes of...

Exactly the same way you'd handle the case if both were active, adding something to the username to disambiguate.

This plugin should work fine with netbox < 4.0. The referenced migration is only 3 months old: https://github.com/netbox-community/netbox/blame/develop/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py

dual-personality interfaces have been a topic discussed before. As far as I remember, the solutions offered were to either manually change the interface type depending on your needs, or to...