Skip to content

heiglandreas/ZendLdapBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org_HeiglLdapBundle

This bundle integrates ZendLdap into Symfony

Nothing more, nothing less!

Usage

You can use it via `$ldap = $this->get('ldap');`

Configuration

Configure it by adding the following keys and their appropriate vaues to your `parameters.yml` file:

  • ldap_host: Your LDAP-Server
  • ldap_username: The username to connect to the ldap for read-queries. Might be "null" for anonymous access
  • ldap_password: The password of that same ldap-user. Might be "null" for anonymous access
  • ldap_baseDn: The base-DN of your LDAP-server

About

A Bundle to use Zend\Ldap in Symfony

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages