summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/authentication.js2
-rwxr-xr-xsnap-src/bin/wekan-read-settings2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/authentication.js b/server/authentication.js
index 6310e8df..1d3b1eca 100644
--- a/server/authentication.js
+++ b/server/authentication.js
@@ -63,7 +63,7 @@ Meteor.startup(() => {
};
if (Meteor.isServer) {
-
+ console.log(process.env.LDAP_AUTHENTIFICATION_USERDN);
if(process.env.OAUTH2_CLIENT_ID !== '') {
ServiceConfiguration.configurations.upsert( // eslint-disable-line no-undef
diff --git a/snap-src/bin/wekan-read-settings b/snap-src/bin/wekan-read-settings
index f216c2a8..5370c554 100755
--- a/snap-src/bin/wekan-read-settings
+++ b/snap-src/bin/wekan-read-settings
@@ -15,7 +15,7 @@ do
export $key=${!default_value}
else
echo -e "$key=$value"
- export $key=$value
+ export $key="$value"
fi
done