Foren

How to disable CAS in Liferay 5.2.3 from the backend

Shilpa Anand, geändert vor 14 Jahren.

How to disable CAS in Liferay 5.2.3 from the backend

New Member Beiträge: 3 Beitrittsdatum: 27.08.09 Neueste Beiträge
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, geändert vor 14 Jahren.

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

New Member Beiträge: 5 Beitrittsdatum: 14.03.09 Neueste Beiträge
Setting cas.auth.enabled should do it. Where are you setting these properties?
Shilpa Anand, geändert vor 14 Jahren.

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

New Member Beiträge: 3 Beitrittsdatum: 27.08.09 Neueste Beiträge
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, geändert vor 14 Jahren.

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

Liferay Master Beiträge: 993 Beitrittsdatum: 27.04.07 Neueste Beiträge
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, geändert vor 14 Jahren.

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

New Member Beiträge: 3 Beitrittsdatum: 27.08.09 Neueste Beiträge
Thanks a lot Jonas! It worked just fine. I was able to log back in finally...
thumbnail
Rodrigo Marquez, geändert vor 13 Jahren.

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

New Member Beiträge: 8 Beitrittsdatum: 08.11.10 Neueste Beiträge
How to do this in 6.0.5?

Thanks!
Neha Verma, geändert vor 12 Jahren.

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

New Member Beiträge: 12 Beitrittsdatum: 13.03.12 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Regular Member Beiträge: 110 Beitrittsdatum: 06.12.09 Neueste Beiträge
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