May 11, 2019
https://issues.dlang.org/show_bug.cgi?id=17248

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WebFreak001 created dlang/druntime pull request #2603 "fix ldap bindings, fix issue 17248" fixing this issue:

- fix ldap bindings, fix issue 17248
  Looked up and corrected most LDAP methods:
  changed char* (PCHAR) arguments to
  const(char)* (PCSTR) where documentation say const
  Renamed some types like in the documentation (purely aesthetic)
  Fixed a PLDAPControlW actually being PLDAPControlA in an ASCII method
  Changed [] arguments to * (fixed the referenced issue)

https://github.com/dlang/druntime/pull/2603

--
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=17248

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2603 "fix ldap bindings, fix issue 17248" was merged into stable:

- c4e2f9fb7de19f5da9b8e6af462eacad39a01b91 by WebFreak001:
  fix ldap bindings, fix issue 17248
  Looked up and corrected most LDAP methods:
  changed char* (PCHAR) arguments to
  const(char)* (PCSTR) where documentation say const
  Renamed some types like in the documentation (purely aesthetic)
  Fixed a PLDAPControlW actually being PLDAPControlA in an ASCII method
  Changed [] arguments to * (fixed the referenced issue)

https://github.com/dlang/druntime/pull/2603

--