]> source.dussan.org Git - gitea.git/commit
Correct ldap username validation. (#2880)
authorJochen Rill <jochen@tabbed.de>
Mon, 13 Nov 2017 09:32:16 +0000 (10:32 +0100)
committerLauris BH <lauris@nix.lv>
Mon, 13 Nov 2017 09:32:16 +0000 (11:32 +0200)
commitf94e6fd7a5c39bc82ab1bcf6a0befbc8358e84df
treeb151d261e5fa4c6a0c3933d9433172d003901716
parent134958fd9f40b96384bc76598409a4a6fa032708
Correct ldap username validation. (#2880)

PR #342 was only partially applied. Spaces should not be at the start
and end of a username but they can be inside.
modules/auth/ldap/ldap.go