User-766640730 posted
Hello everyone,
I am trying to use the
Robert McMurray guide to create an FTP LDAP authentication provider
to configure my FTP server for user authentication using Active Directory users.
In my environment, I am using Windows Server 2019 to run the FTP server.
The first issue I faced was that apparently (according to the output of the code obtained via the
troubleshooting guide) the custom provider was not able to read the provided configuration options (i.e. ldapServer and ldapPartition) from applicationHost.config file.
I then tried to provide the options by hardcoding them, but still I get a message saying: "FtpLdapAuthentication: The server could not be contacted.". Though there is no connection attempt seen in the output of "netstat -an 2" command.
Please help me get over this issue.
Regards, Alireza