掲示板

HowTo disable NTLM?

12年前 に t f によって更新されました。

HowTo disable NTLM?

New Member 投稿: 2 参加年月日: 11/07/22 最新の投稿
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
12年前 に Ravi Kumar Gupta によって更新されました。

RE: HowTo disable NTLM?

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
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
12年前 に t f によって更新されました。

RE: HowTo disable NTLM?

New Member 投稿: 2 参加年月日: 11/07/22 最新の投稿
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
12年前 に Ravi Kumar Gupta によって更新されました。

RE: HowTo disable NTLM?

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
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
12年前 に Raju OO7 によって更新されました。

RE: HowTo disable NTLM?

Regular Member 投稿: 239 参加年月日: 10/04/27 最新の投稿
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
10年前 に Jacob Caniparoli によって更新されました。

RE: HowTo disable NTLM?

Junior Member 投稿: 27 参加年月日: 10/06/22 最新の投稿
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
12年前 に Ravi Kumar Gupta によって更新されました。

RE: HowTo disable NTLM?

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
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>