diff --git a/reference/ldap/reference.xml b/reference/ldap/reference.xml index b91719cd00..868db7ec3e 100644 --- a/reference/ldap/reference.xml +++ b/reference/ldap/reference.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -108,6 +108,15 @@ use the --with-ldap configuration option when compiling PHP to enable LDAP support. + + Note to Win32 Users + + In order to enable this module on a Windows environment, you must copy + libsasl.dll from the DLL folder of the PHP/Win32 binary + package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 + or C:\WINDOWS\SYSTEM32) + + &reference.ldap.ini;