mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
- Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970
Thanks to Akuket and xet7 !
This commit is contained in:
parent
187b4632e6
commit
05b9e825bb
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ do
|
|||
export $key=${!default_value}
|
||||
else
|
||||
echo -e "$key=$value"
|
||||
export $key=$value
|
||||
export $key="$value"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue