[PR #4713] [MERGED] Closes #4348: Introduce LDAPBackend #12905

Closed
opened 2025-12-29 22:24:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4713
Author: @jeremystretch
Created: 6/3/2020
Status: Merged
Merged: 6/8/2020
Merged by: @jeremystretch

Base: develop-2.9Head: 4348-ldap-auth-backend


📝 Commits (2)

  • 040fadb Move LDAP authentication support to LDAPBackend
  • dc161d9 Update LDAP configuration documentation

📊 Changes

4 files changed (+61 additions, -72 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+4 -1)
📝 docs/installation/5-ldap.md (+9 -2)
📝 netbox/netbox/authentication.py (+48 -0)
📝 netbox/netbox/settings.py (+0 -69)

📄 Description

Closes: #4348

  • Remove AUTH_LDAP_* configuration parameters from settings.py
  • Introduce LDAPBackend to wrap django-auth-ldap's backend and read configuration parameters directly from ldap_config.py
  • Update installation and configuration docs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4713 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/3/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.9` ← **Head:** `4348-ldap-auth-backend` --- ### 📝 Commits (2) - [`040fadb`](https://github.com/netbox-community/netbox/commit/040fadb0c300b9675bcec17832da4cdb4ed40f40) Move LDAP authentication support to LDAPBackend - [`dc161d9`](https://github.com/netbox-community/netbox/commit/dc161d9f2f260e8bae77b3925ee9b023e7acd25b) Update LDAP configuration documentation ### 📊 Changes **4 files changed** (+61 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+4 -1) 📝 `docs/installation/5-ldap.md` (+9 -2) 📝 `netbox/netbox/authentication.py` (+48 -0) 📝 `netbox/netbox/settings.py` (+0 -69) </details> ### 📄 Description ### Closes: #4348 - Remove `AUTH_LDAP_*` configuration parameters from `settings.py` - Introduce LDAPBackend to wrap django-auth-ldap's backend and read configuration parameters directly from `ldap_config.py` - Update installation and configuration docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:17 +01:00
adam closed this issue 2025-12-29 22:24:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12905