Fixed issue #1442 - IBM bluepages searches fail.

This commit is contained in:
Thorsten Eckel 2017-10-27 12:11:50 +02:00
parent 6093f96f45
commit 0afcc33b14

View file

@ -151,6 +151,12 @@ class Ldap
params[:encryption] = @encryption
end
# special workaround for IBM bluepages
# see issue #1422 for more details
if @host == 'bluepages.ibm.com'
params[:force_no_page] = true
end
params
end