mouf / security.ldap-service
This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 1
Open Issues: 0
Type:mouf-library
Requires
- mouf/mouf: ~2.0
- zendframework/zend-ldap: ~2.3
README
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
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 theUserDaoInterface
, bind this instance to theuserService
in order to use your Ldap server as a back-end authentificationldapPasswordService
: utility instance