„plugins_auth_ldap“ ändern
parent
6c541c4493
commit
f2e996263c
|
@ -37,7 +37,8 @@ Available hashes are:
|
|||
`PBKDF2` is only supported as a contrib module, so you might have to install the `openldap2-contrib` package on your LDAP server and configure `slapd.conf` like this: `moduleload pw-pbkdf2.la`
|
||||
|
||||
`Argon2` was, like `PBKDF2`, provided as a contrib module until OpenLDAP 2.5.0. Starting with 2.5.0 it is a core module, but
|
||||
still needs to be configured like `moduleload argon2.la`
|
||||
still needs to be configured like `moduleload argon2.la`.
|
||||
You also need to install Flaschengeist with argon support `pip3 install --user ".[ldap,argon]"`
|
||||
|
||||
### Set up SSL (LDAP over SSL)
|
||||
Regardless it is called SSL we will use TLS as SSL is deprecated.
|
||||
|
|
Loading…
Reference in New Issue