-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathbuild.yaml
21 lines (19 loc) · 1.05 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "LDAP Authentication"
guid: "958aad66-3784-4d2a-b89a-a7b6fab6e25c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png"
version: 19
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Authenticate users against an LDAP database"
description: |
Authenticate your Jellyfin users against an LDAP database, and optionally create users who do not yet exist automatically.
Allows the administrator to customize most aspects of the LDAP authentication process, including customizable search attributes, username attribute, and a search filter for administrative users (set on user creation). The user, via the "Manual Login" process, can enter any valid attribute value, which will be mapped back to the specified username attribute automatically as well.
category: "Authentication"
artifacts:
- "LDAP-Auth.dll"
- "Novell.Directory.Ldap.NETStandard.dll"
changelog: |-
- Updates for 10.9 (#158) @crobibero
### New features and improvements ###
- Add profile image synchronization (#154) @SanseroGames