Hello,
I need a way to route authentication credentials through LDAPS instead of LDAP.
Customers have made changes in their security departments and now require all communication to go through LDAPS.
Initially, we tried blocking the LDAP port, but unfortunately that caused ANAPLAN XL to fail.
However, this is such a critical issue for customers that the product is now being called into question and go-lives are being postponed.
I would like the option to specify two parameters in web config file one for the LDAP server and one for the port, or a combination of both.
Something like that:
<configuration>
<connectionStrings>
<add name="ADConnectionString" connectionString="LDAPS Server with Port"/>
....
Thank you and best regards,
Norbert