You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Denisov f0a989c1d0 Correction LDAP validation (#342)
* 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.

* 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.

* Clearing the login/email spaces at the [start/end]
8 years ago
..
ldap Correction LDAP validation (#342) 8 years ago
pam golint fixed for modules/auth 8 years ago
admin.go golint fixed for modules/auth 8 years ago
auth.go GitHub API Compliance (& linting) 8 years ago
auth_form.go golint fixed for modules/auth 8 years ago
org.go golint fixed for modules/auth 8 years ago
repo_form.go golint fixed for modules/auth 8 years ago
user_form.go golint fixed for modules/auth 8 years ago