]> source.dussan.org Git - gitea.git/commit
Fix crash following ldap authentication update (#16447) (#16448)
authorzeripath <art27@cantab.net>
Fri, 16 Jul 2021 00:17:44 +0000 (01:17 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 00:17:44 +0000 (20:17 -0400)
commite5fde7ef00db4b66b389b79219001a3e01963bb6
treef9888e9b05ea09f4bbdb2b996dd3c0b8d94ffecd
parent6243638c11b7082092eeece4180b4cc505b9e431
Fix crash following ldap authentication update (#16447) (#16448)

Backport #16447

Unfortunately #16268 contained a terrible error, whereby there was a double
indirection taken when unmarshalling the source data. This fatally breaks
authentication configuration reading.

Fix #16342

Signed-off-by: Andrew Thornton <art27@cantab.net>
models/login_source.go