https://github.com/thecodingmachine/security.ldap-service
This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.
https://github.com/thecodingmachine/security.ldap-service
Last synced: 10 months ago
JSON representation
This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.
- Host: GitHub
- URL: https://github.com/thecodingmachine/security.ldap-service
- Owner: thecodingmachine
- Created: 2015-01-28T18:29:57.000Z (over 11 years ago)
- Default Branch: 2.0
- Last Pushed: 2018-05-21T10:18:19.000Z (about 8 years ago)
- Last Synced: 2025-08-28T17:59:49.764Z (10 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# security.ldap-service
This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.
This package allows using a LDAP server as a back-end for authentification for any application implementing [Mouf's userservice](http://mouf-php.com/packages/mouf/security.userservice/README.md)
The package installer will create 3 instances:
- `ldap`: instance of the Zend Ldap class with make the connection to the Ldap server. Use this instance if you need low level
access to your Ldap server.
- `ldapUserDao`: instance implementing the `UserDaoInterface`, bind this instance to the `userService` in order to use your Ldap server as a back-end authentification
- `ldapPasswordService`: utility instance