Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OpenLDAP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • openldap
  • OpenLDAP
  • Merge requests
  • !522

ITS#9839 Add note for ldap_url_parse() with port 0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jiaqing Zhao requested to merge jiaqingz/openldap:man-ldap-url into master May 05, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

In OpenLDAP 2.6.x and earlier, when the port is set to 0 in url string explicitly, ldap_url_parse() will set lud_port of struct ldap_url_desc to the default port. This behavior is not documented.

Signed-off-by: Jiaqing Zhao jiaqing.zhao@linux.intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: man-ldap-url