Skip to main content
Nintex Community Menu Bar
Solved

LDAP connector to make use of AuthenticationTypes

  • April 1, 2025
  • 2 replies
  • 45 views

Forum|alt.badge.img

Hi. Having difficulty binding to LDAP if the account used is not on the target domain controller. we’ve discovered that it’s not making use of AuthenticationTypes Enum (System.DirectoryServices) | Microsoft Learn

Is it possible for K2 Nintex v5.6 application to specify the AuthenticationTypes as I’ve tested that I’m able to bind when AuthenticationTypes is configured.

Best answer by TinTex

The OOTB K2 security label/user manager is not configurable.  It will use the K2 Server service account to connect to LDAP.

If you choose to use a custom LDAP label instead, you can set the LdapAuthTypeConnect:

https://help.nintex.com/en-US/nintexautomation/icg/current/Content/Configure/UM-LDAP-config.htm

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • Answer
  • April 8, 2025

The OOTB K2 security label/user manager is not configurable.  It will use the K2 Server service account to connect to LDAP.

If you choose to use a custom LDAP label instead, you can set the LdapAuthTypeConnect:

https://help.nintex.com/en-US/nintexautomation/icg/current/Content/Configure/UM-LDAP-config.htm


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • April 14, 2025

Hi ​@wl2025 has this reponse answered your question?