Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
NTLM
Set this to true to enable NTLM single sign on. NTLM will work only if LDAP authentication is also enabled and the authentication is made by screen name. If set to true, then the property auto.login.hooks must contain a reference to the class com.liferay.portal.security.auth.NtlmAutoLogin and the filter com.liferay.portal.servlet.filters.sso.ntlm.NtlmFilter must be referenced in web.xml.
Negotiate flags are set according to the the client's requested capabilities and the server's ServerCapabilities.
See the following link: http://msdn.microsoft.com/en-us/library/cc717152%28v=PROT.10%29.aspx
ntlm.auth.enabled=false
ntlm.auth.domain.controller=127.0.0.1
ntlm.auth.domain.controller.name=EXAMPLE
ntlm.auth.domain=EXAMPLE
ntlm.auth.negotiate.flags=0x600FFFFF
ntlm.auth.service.account=LIFERAY$@EXAMPLE.COM
ntlm.auth.service.password=test
See http://jcifs.samba.org/src/docs/ntlmhttpauth.html for more available properties.
jcifs.netbios.cachePolicy=30
jcifs.smb.client.soTimeout=35000