留言板

How to disable CAS in Liferay 5.2.3 from the backend

Shilpa Anand,修改在14 年前。

How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 3 加入日期: 09-8-27 最近的帖子
Hi,

I had a liferay instance working fine. While testing some things out, I enabled CAS from the Settings -> Authentication -> CAS tab. Now when I logged out, I am not able to login with a normal test@liferay.com/test user. I do not have any other users in my portal so I can't change this setting from UI. Please let me know how can I change this setting via some properties file.

I went through so many posts here and tried

cas.auth.enabled=false
com.liferay.filters.sso.cas.CASFilter=false (but this gave error that class does not exist)

Please please please help me....

Thanks!
Manav K,修改在14 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 5 加入日期: 09-3-14 最近的帖子
Setting cas.auth.enabled should do it. Where are you setting these properties?
Shilpa Anand,修改在14 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 3 加入日期: 09-8-27 最近的帖子
I had put this setting into the portal-ext.properties file.

I actually had installed the liferay portal server, and integrated it with CAS server WITHOUT making any UI changes from the liferay portal server. Later I went to the Liferay UI and explicitly enabled the CAS setting under the CAS tab for authentication.

I cleared the temp and work folders and restarted the server but it did not make any difference. Is there any other setting that I need to disable?

I also have a DB associated with the liferay portal, do these settings get stored in the DB as well?
thumbnail
Jonas Yuan,修改在14 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

Liferay Master 帖子: 993 加入日期: 07-4-27 最近的帖子
To remove CAS SSO (and other SSO including openSSO) settings, in case:
1) shutdown the portal
2) Run script: delete from PortletPreferences where portletId = 'LIFERAY_PORTAL';
3) re-start the portal

You may refer to
http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Full+Integration+-+Liferay,+Alfresco,+SSO+and+LDAP

Hope that it helps,

Thanks

Jonas Yuan

-----------------
Liferay Books

Liferay Portal 5.2 Systems Development
Liferay Portal Enterprise Intranets
Shilpa Anand,修改在14 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 3 加入日期: 09-8-27 最近的帖子
Thanks a lot Jonas! It worked just fine. I was able to log back in finally...
thumbnail
Rodrigo Marquez,修改在13 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 8 加入日期: 10-11-8 最近的帖子
How to do this in 6.0.5?

Thanks!
Neha Verma,修改在12 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

New Member 帖子: 12 加入日期: 12-3-13 最近的帖子
Hi all,

Can you please let me know, how can i disable CAS in Liferay 6.1 ee from back-end. I tried with above given script, but its not working, but still not able to login into liferay


Thanks,
Neha
Al-Mothafar Al-Hasan,修改在11 年前。

RE: How to disable CAS in Liferay 5.2.3 from the backend

Regular Member 帖子: 110 加入日期: 09-12-6 最近的帖子
Neha Verma:
Hi all,

Can you please let me know, how can i disable CAS in Liferay 6.1 ee from back-end. I tried with above given script, but its not working, but still not able to login into liferay


Thanks,
Neha


Maybe its too late, but today I faced same problem, after long time I found that data moved to "PORTALPREFERENCES" table, OWNERID=2 and OWNERTYPE=4 for CAS and LDAP configuration.

Regards