Foros de discusión

HowTo disable NTLM?

t f, modificado hace 12 años.

HowTo disable NTLM?

New Member Mensajes: 2 Fecha de incorporación: 22/07/11 Mensajes recientes
Hello,
since i changed the NTLM properties (via UI) i am not able to login.

It is possible to disable NTLM?
I cant find any portal-ext.properties. liferay-portal 6.0.6

Thanks
thumbnail
Ravi Kumar Gupta, modificado hace 12 años.

RE: HowTo disable NTLM?

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes
Hi..

You need to create a portal-ext.properties file in WEB-INF/classes/ since it is not added by default.

Thanks and Regards
Ravi
t f, modificado hace 12 años.

RE: HowTo disable NTLM?

New Member Mensajes: 2 Fecha de incorporación: 22/07/11 Mensajes recientes
I am using the default installation.
After addding
/tomcat-6.0.29/webapps/ROOT/WEB-INF/classes/portal-ext.properties file with
ntlm.auth.enabled=false
property and restarting the server i am not able to login.
As before a login is not possible. After a loginrequest a white site is following.

Do I have to put the portal-ext.properties to another directory?
thumbnail
Ravi Kumar Gupta, modificado hace 12 años.

RE: HowTo disable NTLM?

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes
Portal-ext.properties file location u have used now is correct. But as I mentioned the properties changed using UI are written to database and are not overridden using properties file.

So you have to change the database as mentioned in my replies.
thumbnail
Raju OO7, modificado hace 12 años.

RE: HowTo disable NTLM?

Regular Member Mensajes: 239 Fecha de incorporación: 27/04/10 Mensajes recientes
t f:
I am using the default installation.
After addding
/tomcat-6.0.29/webapps/ROOT/WEB-INF/classes/portal-ext.properties file with
ntlm.auth.enabled=false
property and restarting the server i am not able to login.
As before a login is not possible. After a loginrequest a white site is following.

Do I have to put the portal-ext.properties to another directory?



use this link and logn as admin user, then disable ntlm.

http://localhost:8080/web/guest/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized
thumbnail
Jacob Caniparoli, modificado hace 10 años.

RE: HowTo disable NTLM?

Junior Member Mensajes: 27 Fecha de incorporación: 22/06/10 Mensajes recientes
Sreeraj AV:

use this link and logn as admin user, then disable ntlm.

http://localhost:8080/web/guest/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized


This worked perfectly! Thanks!
thumbnail
Ravi Kumar Gupta, modificado hace 12 años.

RE: HowTo disable NTLM?

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes
Optionally you can modify database table "portletpreferences" ; Don't know whether this will help but can be tried since "Properties modified using UI are not overridden using portal-ext.properties"

Check for the attribute preferences and modify the xml in that. There is one property to be set as false.. check the code below.

<preference>
		<name>ntlm.auth.enabled</name>
		<value>false</value>
	</preference>