Fórum

HowTo disable NTLM?

t f, modificado 12 Anos atrás.

HowTo disable NTLM?

New Member Postagens: 2 Data de Entrada: 22/07/11 Postagens Recentes
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 12 Anos atrás.

RE: HowTo disable NTLM?

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
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 12 Anos atrás.

RE: HowTo disable NTLM?

New Member Postagens: 2 Data de Entrada: 22/07/11 Postagens Recentes
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 12 Anos atrás.

RE: HowTo disable NTLM?

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
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 12 Anos atrás.

RE: HowTo disable NTLM?

Regular Member Postagens: 239 Data de Entrada: 27/04/10 Postagens Recentes
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 10 Anos atrás.

RE: HowTo disable NTLM?

Junior Member Postagens: 27 Data de Entrada: 22/06/10 Postagens Recentes
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 12 Anos atrás.

RE: HowTo disable NTLM?

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
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>