Skip to content

Commit

Permalink
Update ldap-authentication.md
Browse files Browse the repository at this point in the history
Since Ubuntu 24.04, package `prosody-modules` must also be installed, otherwise Prosody would logs `No available SASL mechanisms, verify that the configured authentication module 'cyrus' is loaded and configured correctly`
  • Loading branch information
mathieumd authored and saghul committed Dec 6, 2024
1 parent 5b413c6 commit a451094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devops-guide/ldap-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: LDAP Authentication
---

:::note
This is a first draft and might not work on your system. It has been tested on a Debian 11 installation with prosody 0.11 and authenticates against an OpenLDAP directory.
This is a first draft and might not work on your system. It has been tested on Debian 11 installation with prosody 0.11 and authenticates against an OpenLDAP directory, and on Ubuntu 24.04 with Prosody 0.12 against an Active Directory.
:::

If you want to authenticate your users against an LDAP directory instead
Expand All @@ -24,7 +24,7 @@ described in [Authentication (Secure Domain)](secure-domain.md) first.
On Debian systems you need to install some required packages:

```
sudo apt-get install sasl2-bin libsasl2-modules-ldap lua-cyrussasl
sudo apt-get install sasl2-bin libsasl2-modules-ldap lua-cyrussasl prosody-modules
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_auth_cyrus
```

Expand Down

0 comments on commit a451094

Please sign in to comment.