mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 08:59:17 +02:00
Implement LDAP authentication
This commit is contained in:
parent
6ed5740f6f
commit
4ce46ff2a0
17 changed files with 232 additions and 15 deletions
14
changes/changelog.d/194.feature
Normal file
14
changes/changelog.d/194.feature
Normal file
|
@ -0,0 +1,14 @@
|
|||
Authentication using a LDAP directory (#194)
|
||||
|
||||
Using a LDAP directory to authenticate to your Funkwhale instance
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Funkwhale now support LDAP as an authentication source: you can configure
|
||||
your instance to delegate login to a LDAP directory, which is especially
|
||||
useful when you have an existing directory and don't want to manage users
|
||||
manually.
|
||||
|
||||
You can use this authentication backend side by side with the classic one.
|
||||
|
||||
Have a look at https://docs.funkwhale.audio/installation/ldap.html
|
||||
for detailed instructions on how to set this up.
|
Loading…
Add table
Add a link
Reference in a new issue