jpasilan/ldap

LDAP package for Laravel 4

v0.0.1 2013-11-16 15:50 UTC

This package is not auto-updated.

Last update: 2024-11-23 15:37:17 UTC


README

LDAP package for Laravel 4. This package serves as a wrapper of common ldap functions in PHP.

Current Functions

  • Read LDAP entries using ldap_search() and ldap_get_entries() attributes.
  • Replace LDAP attributes using ldap_mod_replace().