Foros de discusión

How to disable CAS in Liferay 5.2.3 from the backend

Shilpa Anand, modificado hace 14 años.

How to disable CAS in Liferay 5.2.3 from the backend

New Member Mensajes: 3 Fecha de incorporación: 27/08/09 Mensajes recientes
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 hace 14 años.

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

New Member Mensajes: 5 Fecha de incorporación: 14/03/09 Mensajes recientes
Setting cas.auth.enabled should do it. Where are you setting these properties?
Shilpa Anand, modificado hace 14 años.

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

New Member Mensajes: 3 Fecha de incorporación: 27/08/09 Mensajes recientes
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 hace 14 años.

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

Liferay Master Mensajes: 993 Fecha de incorporación: 27/04/07 Mensajes recientes
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 hace 14 años.

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

New Member Mensajes: 3 Fecha de incorporación: 27/08/09 Mensajes recientes
Thanks a lot Jonas! It worked just fine. I was able to log back in finally...
thumbnail
Rodrigo Marquez, modificado hace 13 años.

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

New Member Mensajes: 8 Fecha de incorporación: 8/11/10 Mensajes recientes
How to do this in 6.0.5?

Thanks!
Neha Verma, modificado hace 12 años.

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

New Member Mensajes: 12 Fecha de incorporación: 13/03/12 Mensajes recientes
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 hace 11 años.

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

Regular Member Mensajes: 110 Fecha de incorporación: 6/12/09 Mensajes recientes
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