[obs-commits] [openSUSE/open-build-service] 244e76: [api][webui] Fix LDAP login when registration=deny
Branch: refs/heads/2.8 Home: https://github.com/openSUSE/open-build-service Commit: 244e7690b31e33bfc6bb4b75b1132deb77db5e5a https://github.com/openSUSE/open-build-service/commit/244e7690b31e33bfc6bb4b... Author: Evan Rolfe <evanrolfe@gmail.com> Date: 2017-09-04 (Mon, 04 Sep 2017) Changed paths: M src/api/app/models/user.rb Log Message: ----------- [api][webui] Fix LDAP login when registration=deny If you have registration set to 'deny' in the config then a user who exists in LDAP but not in the local database will not be able to login because of a check in find_with_credentials_via_ldap. This commit removes that check. Commit: f630ab7f428a29875927d0196f52260c9d43fe43 https://github.com/openSUSE/open-build-service/commit/f630ab7f428a29875927d0... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-09-05 (Tue, 05 Sep 2017) Changed paths: M src/api/app/models/user.rb Log Message: ----------- Merge pull request #3750 from evanrolfe/fix/ldap_login_registration_deny [api][webui] Fix LDAP login when registration=deny Compare: https://github.com/openSUSE/open-build-service/compare/9e5665563131...f630ab...
participants (1)
-
Henne Vogelsang