- Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970

Thanks to Akuket and xet7 !
This commit is contained in:
Lauri Ojansivu 2018-10-25 12:38:30 +03:00
parent 187b4632e6
commit 05b9e825bb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -15,7 +15,7 @@ do
export $key=${!default_value}
else
echo -e "$key=$value"
export $key=$value
export $key="$value"
fi
done