Fixed issue #1442 - IBM bluepages searches fail.
This commit is contained in:
parent
6093f96f45
commit
0afcc33b14
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue