Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ (yaldap): Add password hash mecanism #67

Merged
merged 6 commits into from
Feb 17, 2024
Merged

✨ (yaldap): Add password hash mecanism #67

merged 6 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. ✨ (yaldap): Add password hash mecanism

    Storing plain-text password is not a good practice at all. So, in order
    to improve a bit the security of this project, I add the ability to
    store hashed password that can be managed transparently during the LDAP
    BIND request.
    
    Currently, yaLDAP only manages argon2, bcrypt, pbkdf2 and scrypt hashed
    password.
    xunleii committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5f0b8fc View commit details
    Browse the repository at this point in the history
  2. 🎉 (yaldap): Add tools to generate hash password

    In order to create password hash for the LDAP configuration, I changed
    how the CLI works.
    
    BREAKING CHANGES: The dockerfile entrypoint has changed and we must
    provide the `run` command before argument
    xunleii committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ad3355a View commit details
    Browse the repository at this point in the history
  3. 🚚 (yaldap): Update all references to xunleii owner

    The yaLDAP owner has been changed without updating their references
    xunleii committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2b5830d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d987bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32980d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e34a28 View commit details
    Browse the repository at this point in the history