Does anyone know if there's an existing script for emulating an LDAP server in PHP?
I cannot install LDAP on my shared hosting plan but do have a database and php on it. I figured there could be a way of faking LDAP so I could centralize my contact lists.
LDAP is not something that can simply be basically emulated in PHP on shared hosting. LDAP needs to bind to various TCP ports on the system. This requires a daemon application to be running, which is physically impossible to install/do on shared hosting, not to mention it would pointless writing a LDAP emulator
Bookmarks