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

Correction LDAP validation #342

Merged
merged 3 commits into from
Dec 12, 2016
Merged

Correction LDAP validation #342

merged 3 commits into from
Dec 12, 2016

Commits on Dec 3, 2016

  1. Correction LDAP username validation

    As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
    aivanov-oneinc authored and denji committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    7f59f43 View commit details
    Browse the repository at this point in the history
  2. Check for zero length passwords in LDAP module.

    According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
    Mateusz Hromada authored and denji committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    e121626 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    8c5866b View commit details
    Browse the repository at this point in the history