Re: ldaps protocol not enabled
[email protected] (😉 Good Guy 😉) Wed, 11 May 2022 22:06:35 +0100
| Newsgroups | php.windows |
|---|---|
| Organization | Aioe.org NNTP Server |
| Message-ID | <[email protected]> |
On 11/05/2022 21:32, Brian Gibson wrote: > > > Is ldaps not available in the 64 bit version? And if it is, how do I > enable it? > in your php.ini file, search for this line: > ;extension=ldap Then remove the semicolon to enable this extension: > extension=ldap This should enable it AFTER you have RE-STARTED the IIS. Good luck.