1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #5229: Fix AttributeError exception when LDAP authentication is enabled

This commit is contained in:
Jeremy Stretch
2020-10-09 13:16:07 -04:00
parent 5f0e04aebe
commit a796e29c98
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.6 (FUTURE)
### Bug Fixes
* [#5229](https://github.com/netbox-community/netbox/issues/5229) - Fix AttributeError exception when LDAP authentication is enabled
---
## v2.9.5 (2020-10-09)
### Enhancements