0

I can't integrate NTLM auth in my web app. I use this library for connecting to Samba-server. I don't understand what some of the parameters mean:

<init-param>
    <param-name>ntlm-account</param-name>
    <!-- Who is this user; where is it configured? -->
    <param-value>TECHUSER$@ACME.CORP</param-value>
</init-param>
<init-param>
    <param-name>ntlm-password</param-name>
    <param-value>test1234</param-value>
</init-param>

I don't understand what I must configure with ntlm-account user. Can you help me?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Mikhail
  • 87
  • 1
  • 8

1 Answers1

0

You need an account that has access to do a search in the ldap directory, basically an account to login to the domain controller of your NT/AD domain

Peter Svensson
  • 6,105
  • 1
  • 31
  • 31