fix(tvl-slapd): load argon2 module with new name
This became an "official" module and dropped the `pw-` prefix. Relates to b/184 Change-Id: I963f83b55b83015b022ab1b8330ea710d2258631 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5751 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
1c6dc510a6
commit
9bff3ae373
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
|||
|
||||
"cn=module{0}".attrs = {
|
||||
objectClass = "olcModuleList";
|
||||
olcModuleLoad = "pw-argon2";
|
||||
olcModuleLoad = "argon2";
|
||||
};
|
||||
|
||||
"cn=schema".includes =
|
||||
|
|
Loading…
Reference in a new issue