Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLDAP (RFC1798 UDP/Connectionless) support to DialURL #397

Merged
merged 2 commits into from
Oct 15, 2022

Commits on Oct 10, 2022

  1. Add CLDAP (RFC1798 UDP/Connectionless) support to DialURL

    This is actually a deprecated RFC, however Active Directory relies on it
    for server discovery.
    Without this patch CLDAP is possible via directt use of the the
    deprecated `Dial` function with a UDP network connection. This patch
    adds the same support to the DialURL function.
    dsnt02518 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    810df4e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    2b26c8b View commit details
    Browse the repository at this point in the history