Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
0ff54ddf
Commit
0ff54ddf
authored
4 years ago
by
Ryan Tandy
Committed by
Quanah Gibson-Mount
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ITS#9203 slapd-argon2 -> pw-argon2
Based on initial patch by Peter Marschall.
parent
997ff449
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/slapd-modules/passwd/argon2/README
+4
-4
4 additions, 4 deletions
contrib/slapd-modules/passwd/argon2/README
with
4 additions
and
4 deletions
contrib/slapd-modules/passwd/argon2/README
+
4
−
4
View file @
0ff54ddf
Argon2 OpenLDAP support
----------------------
slapd
-argon2.c provides support for ARGON2 hashed passwords in OpenLDAP. For
pw
-argon2.c provides support for ARGON2 hashed passwords in OpenLDAP. For
instance, one could have the LDAP attribute:
userPassword: {ARGON2}$argon2i$v=19$m=4096,t=3,p=1$c2FsdHNhbHQ$DKlexoEJUoZTmkAAC3SaMWk30El9/RvVhlqGo6afIng
...
...
@@ -22,13 +22,13 @@ For initial testing you might also want to edit DEFS to define
SLAPD_ARGON2_DEBUG, which enables logging to stderr (don't leave this on
in production, as it prints passwords in cleartext).
2) Run 'make' to produce
slapd
-argon2.so
2) Run 'make' to produce
pw
-argon2.so
3) Copy
slapd
-argon2.so somewhere permanent.
3) Copy
pw
-argon2.so somewhere permanent.
4) Edit your slapd.conf (eg. /etc/ldap/slapd.conf), and add:
moduleload ...path/to/
slapd
-argon2.so
moduleload ...path/to/
pw
-argon2.so
5) Restart slapd.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment