Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
LDAPS authentication
-
Hi,
i am evaluating proget for use in our company but one of the requirements is that LDAPS is used and not LDAP. I have checked the documentation and have been running the trial version but cannot find any method of changing to ldaps.
Is this possible?Cheers
DaveProduct: ProGet
Version: 5.1.2
-
It's possible it may work (I can't verify) if you specify the port in the domain controller host value under advanced settings (i.e. enter
your-dc-server:636
as the value).See the LDAP Advanced Settings documentation for info on how to find that page to configure that value.
If that doesn't work, I suspect a code change is needed - it is not clear via the Microsoft documentation what the default
AuthenticationType
is for this call: https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/UserDirectories/ADUserDirectory.cs#L268