From the README:
Unfortunately, slappasswd does not allow providing any arguments to the module,
so all hashes created with slappasswd will have the default work factor, which
is 8 (or whatever you set it to in pw-bcrypt.c if you edited that).
The above is no longer correct. You can pass the argument in as part of the module load statement, i.e.:
slappasswd -o module-path=/path/to/module -o module-load="pw-bcrypt.la 13" -h {BCRYPT} -s secret
would use 13 as the workload.
From the README:
The above is no longer correct. You can pass the argument in as part of the module load statement, i.e.:
would use 13 as the workload.