From 2ce6ae5d94279442309ca5ea1f2a12845a44676a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 17 Mar 2020 18:27:15 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8820e5a528..2a2adc85724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-glauth unreleased. + +[unreleased]: https://github.com/owncloud/ocis-glauth/compare/v0.2.0...master + +## Summary + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + +## Details + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + + Demo users like admin, demo and test don't allow you to tell a story. Which is why we changed the + set of hard coded demo users to `einstein`, `marie` and `feynman`. You should know who they are. + This also changes the ldap domain from `dc=owncloud,dc=com` to `dc=example,dc=org` because + that is what these users use as their email domain. There are also `konnectd` and `reva` for + technical purposes, eg. to allow konnectd and reva to bind to glauth. + + https://github.com/owncloud/ocis-glauth/issues/5 + # Changelog for [0.2.0] (2020-03-17) The following sections list the changes in ocis-glauth 0.2.0.