LogoLogo
APIDemoOfficial SiteDiscord
  • Introduction
  • Want to help?
  • 💾Installation
    • Prerequisites
      • Installing Webservers
        • Organizr & Dependency Installer
        • Nginx
        • Apache
        • Caddy
      • Installing PHP
    • Installing Organizr
  • 📌Getting started
  • First Time Setup
  • Tab Management
  • 🤖Features
    • Authentication Backend
      • Plex Backend
      • LDAP Backend
    • Server Authentication
      • Nginx Server Authentication
      • Caddy Server Authentication
      • Traefik Server Authentication
    • SSO
      • Plex SSO
      • Tautulli SSO
      • Overseerr SSO
      • Petio SSO
      • Ombi SSO
      • Jellyfin SSO
      • Komga SSO
      • Proxy Auth SSO
        • Grafana SSO
        • NZBHydra2 SSO
        • Calibre SSO
      • Troubleshooting SSO
    • Homepage
      • Sonarr Homepage Item
      • Plex Homepage Item
      • HealthChecks Homepage Item
    • API Socks
    • Backup & Restore
    • Custom Error Pages
    • Fail2Ban Integration
  • 🧪Tweaks
    • Tweaks
    • Hide custom text from specific groups
    • Optimizing PHP-FPM
  • 🆘Help
    • Custom Work
      • Custom Pages
    • Tutorials
      • Reverse Proxies
    • FAQ
      • Organizr Requirements
      • Forgot my password
      • Organizr Login Error
      • Login Looping - SameSite Errors
      • Auth cookie is not used by other subdomains
      • Update available even though up to date
      • Migration Guide
  • 🌍 Development
    • Plugin Development
Powered by GitBook
On this page
  • Summary
  • Limitation

Was this helpful?

Export as PDF
  1. Features
  2. Authentication Backend

LDAP Backend

LDAP Authentication Backend

PreviousPlex BackendNextServer Authentication

Last updated 3 years ago

Was this helpful?

Summary

Using LDAP as your backend allows you to authenticate using your own LDAP server. With that being said there are currently some limitation in Organizr. These will be covered at the bottom of this page.

Currently there are some limitations to using LDAP

Type

Purpose

Host Address

URL for the LDAP Server

Host Base DN

Hose base distinguished name

Account Prefix

The prefix for the account to build the distinguished name for the login

Account Suffix

The suffix for the account to build the distinguished name for the login

Bind Username

Username to bind the authentication to LDAP Server

Bind Password

Password to bind the authentication to LDAP Server

LDAP Backend Type

Type of LDAP Server

Account DN

Preview of the distinguished name for the login

Enable LDAP SSL

Option to enable the use of SSL for LDAP connections

Enable LDAP TLS

Option to enable the use of TLS for LDAP connections

Limitation

Coming soon...

🤖