掲示板

How to disable CAS in Liferay 5.2.3 from the backend

14年前 に Shilpa Anand によって更新されました。

How to disable CAS in Liferay 5.2.3 from the backend

New Member 投稿: 3 参加年月日: 09/08/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!
14年前 に Manav K によって更新されました。

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

New Member 投稿: 5 参加年月日: 09/03/14 最新の投稿
Setting cas.auth.enabled should do it. Where are you setting these properties?
14年前 に Shilpa Anand によって更新されました。

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

New Member 投稿: 3 参加年月日: 09/08/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
14年前 に Jonas Yuan によって更新されました。

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

Liferay Master 投稿: 993 参加年月日: 07/04/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
14年前 に Shilpa Anand によって更新されました。

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

New Member 投稿: 3 参加年月日: 09/08/27 最新の投稿
Thanks a lot Jonas! It worked just fine. I was able to log back in finally...
thumbnail
13年前 に Rodrigo Marquez によって更新されました。

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

New Member 投稿: 8 参加年月日: 10/11/08 最新の投稿
How to do this in 6.0.5?

Thanks!
12年前 に Neha Verma によって更新されました。

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

New Member 投稿: 12 参加年月日: 12/03/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
11年前 に Al-Mothafar Al-Hasan によって更新されました。

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

Regular Member 投稿: 110 参加年月日: 09/12/06 最新の投稿
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