Skip to content

Documentation needs updating #3

Description

@quanah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions