ldap

The LDAP extension in PHP enables interaction with LDAP directory servers

The LDAP extension in PHP enables interaction with LDAP directory servers, allowing you to perform operations like searching, adding, and modifying directory entries. This extension is included by default but needs to be activated in the `php.ini` file. To enable it, uncomment the line `;extension=ldap` and restart your web server.

Already included with PHP.