[PR #1303] [CLOSED] Add AD Integration #3512

Closed
opened 2026-04-25 00:15:56 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1303
Author: @BrianCArnold
Created: 12/20/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 464a1ea Added LDAP Auth Implementation

📊 Changes

6 files changed (+458 additions, -24 deletions)

View changed files

📝 index.js (+11 -3)
📝 package-lock.json (+215 -1)
📝 package.json (+2 -1)
📝 server/Auth.js (+92 -18)
📝 server/Server.js (+14 -1)
server/authProviders/ldap.js (+124 -0)

📄 Description

No description provided


🔄 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/advplyr/audiobookshelf/pull/1303 **Author:** [@BrianCArnold](https://github.com/BrianCArnold) **Created:** 12/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`464a1ea`](https://github.com/advplyr/audiobookshelf/commit/464a1ea1213b0f4dda221ad6abfcdb9cfcc5c301) Added LDAP Auth Implementation ### 📊 Changes **6 files changed** (+458 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `index.js` (+11 -3) 📝 `package-lock.json` (+215 -1) 📝 `package.json` (+2 -1) 📝 `server/Auth.js` (+92 -18) 📝 `server/Server.js` (+14 -1) ➕ `server/authProviders/ldap.js` (+124 -0) </details> ### 📄 Description _No description provided_ --- <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 2026-04-25 00:15:56 +02:00
adam closed this issue 2026-04-25 00:15:56 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3512