掲示板

Issue with accessing LDAP sever add in Liferay 6.2

thumbnail
8年前 に William Gosse によって更新されました。

Issue with accessing LDAP sever add in Liferay 6.2

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
I tried adding a new LDAP server to Liferay’s Portal Settings -> Authentication -> LDAP -> Add but the request is getting rejected for some reason. I see the following error in the liferay log file:
19:20:59,897 WARN [ajp-hal-pptla-d01/10.5.75.167:8009-2][SecurityPortletContainerWrapper:630] Reject process action for https://ch4ht-dev.intranet.xxxxx.com/group/control_panel/manage on 130

I’m thinking it may be related to ssl but I’m not sure at this point. I have these settings in my portal-ext.properties file:
company.security.auth.requires.https=true
session.enable.phishing.protection=false
web.server.protocol=https

I have no issues doing this an a localhost installation that I have that does not have these settings.
thumbnail
8年前 に William Gosse によって更新されました。

RE: Issue with accessing LDAP sever add in Liferay 6.2

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
Actually seeing this in the log:
19:53:51,668 DEBUG [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:496] Getting request parameter path /admin_server/edit_server
19:53:51,670 DEBUG [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:518] Processing path /admin_server/edit_server
19:53:51,671 ERROR [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:466] Forward does not exist
19:53:51,694 DEBUG [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:496] Getting request parameter path null
19:53:51,695 DEBUG [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:501] Getting request attribute path null
19:53:51,696 DEBUG [ajp-hal-pptla-d01/10.5.75.167:8009-1][PortletRequestProcessor:518] Processing path /dockbar/view
thumbnail
8年前 に William Gosse によって更新されました。

RE: Issue with accessing LDAP sever add in Liferay 6.2 Enterprise

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
Can no one help with this issue? It seems like the LDAP add server button in the control panel is broken when
company.security.auth.requires.https=true
session.enable.phishing.protection=false
web.server.protocol=https

are set to deal with https request coming from the frontend web server.

Also again this is for the enterprise edition so I don't know if it applies to the community addition.

I can get to the Add LDAP Server page just fine in my local development environment that is not running on http.

When I click the button on the https enabled environment I'm taking back to the Portal Settings page.
thumbnail
8年前 に William Gosse によって更新されました。

RE: Issue with accessing LDAP sever add in Liferay 6.2 Enterprise (回答)

Liferay Master 投稿: 533 参加年月日: 10/07/04 最新の投稿
It looks like we were able to work around this issue by opening up https port directly on the app server where liferay is deployed. When access the control panel using the appserver url and port the add ldap server button works correctly.