Fórum

How to disable CAS in Liferay 5.2.3 from the backend

Shilpa Anand, modificado 14 Anos atrás.

How to disable CAS in Liferay 5.2.3 from the backend

New Member Postagens: 3 Data de Entrada: 27/08/09 Postagens Recentes
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, modificado 14 Anos atrás.

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

New Member Postagens: 5 Data de Entrada: 14/03/09 Postagens Recentes
Setting cas.auth.enabled should do it. Where are you setting these properties?
Shilpa Anand, modificado 14 Anos atrás.

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

New Member Postagens: 3 Data de Entrada: 27/08/09 Postagens Recentes
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, modificado 14 Anos atrás.

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

Liferay Master Postagens: 993 Data de Entrada: 27/04/07 Postagens Recentes
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, modificado 14 Anos atrás.

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

New Member Postagens: 3 Data de Entrada: 27/08/09 Postagens Recentes
Thanks a lot Jonas! It worked just fine. I was able to log back in finally...
thumbnail
Rodrigo Marquez, modificado 13 Anos atrás.

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

New Member Postagens: 8 Data de Entrada: 08/11/10 Postagens Recentes
How to do this in 6.0.5?

Thanks!
Neha Verma, modificado 12 Anos atrás.

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

New Member Postagens: 12 Data de Entrada: 13/03/12 Postagens Recentes
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, modificado 11 Anos atrás.

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

Regular Member Postagens: 110 Data de Entrada: 06/12/09 Postagens Recentes
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