Skip to content

Commit 69c9bcf

Browse files
authored
PSMDB-1737 Updated the list of required packages for LDAP auth with SASL (#1032)
* PSMDB-1737 Updated the list of required packages for LDAP auth with SASL modified: docs/sasl-auth.md * Updated package list for Ubuntu
1 parent 0e17095 commit 69c9bcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sasl-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Before we move on to the configuration steps, we assume the following:
3838
=== ":material-redhat: RHEL and derivatives"
3939

4040
```{.bash data-prompt="$"}
41-
$ sudo yum install -y cyrus-sasl
41+
$ sudo yum install -y cyrus-sasl cyrus-sasl-plain numactl
4242
```
4343

4444
=== ":material-debian: Debian and Ubuntu"
4545

4646
```{.bash data-prompt="$"}
47-
$ sudo apt install -y sasl2-bin
47+
$ sudo apt install -y sasl2-bin libsasl2-modules libsasl2-modules-gssapi-mit
4848
```
4949

5050
2. Configure SASL to use `ldap` as the authentication mechanism.

0 commit comments

Comments
 (0)