hedgedoc/public
David Mehren 9ab8bf3cac Fix crash in LDAP authentication
Since https://github.com/vesse/node-ldapauth-fork/commit
/741a648df98d789856b3301d65103b74872fdeea, ldapauth-fork calls `push` on
 the attributes array.

 Since we deep-freeze our config object in https://github
 .com/hedgedoc/hedgedoc/blob/master/lib/config/index.js#L200, this
 causes a crash.

 This commit fixes the crash by creating a mutable clone of the LDAP
 config and passing that to the LDAP strategy.

 Fixes https://github.com/hedgedoc/hedgedoc/issues/2561

Signed-off-by: David Mehren <git@herrmehren.de>
2022-08-22 09:01:04 +02:00
..
banner
css Ignore local installed fonts 2021-08-18 22:47:22 +02:00
docs Fix crash in LDAP authentication 2022-08-22 09:01:04 +02:00
fonts
icons
js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
uploads
vendor Fix missing inline authorship colors 2022-04-08 12:13:37 +02:00
views Add dark mode toggle in mobile view 2022-08-22 08:52:49 +02:00
.eslintrc.js Fix missing inline authorship colors 2022-04-08 12:13:37 +02:00
default.md
screenshot.png