2017 © Pedro Peláez
 

library silex-ldap-auth-controller-provider

LDAP auth controller provider for silex

image

warmans/silex-ldap-auth-controller-provider

LDAP auth controller provider for silex

  • Monday, September 1, 2014
  • by warmans
  • Repository
  • 3 Watchers
  • 2 Stars
  • 409 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Auth (LDAP) Controller Provider for Silex

Usage:, (*1)

$app->mount('/auth', new \SilexProvider\LdapAuthControllerProvider());

Requires the following config options:, (*2)

'auth.template.login' => 'login',
'auth.ldap.options' => array(
    'host'                  => '',
    'bindRequiresDn'        => true,
    'baseDn'                => '',
    'accountFilterFormat'   => '',
    'username'              => '',
    'password'              => '',
)

(see Zend\Ldap docs for ldap option explanations), (*3)

The auth template should be a template available in your view paths (see litek/silex-php-engine)., (*4)

The login template must submit a form to /auth/login with a field called "user" and "password". Groups can be enforced wuth the baseDn., (*5)

The Versions

01/09 2014

dev-master

9999999-dev

LDAP auth controller provider for silex

  Sources   Download

The Requires

 

The Development Requires

01/09 2014

0.0.3

0.0.3.0

LDAP auth controller provider for silex

  Sources   Download

The Requires

 

The Development Requires

01/09 2014

0.0.2

0.0.2.0

LDAP auth controller provider for silex

  Sources   Download

The Requires

 

The Development Requires

11/07 2014

0.0.1

0.0.1.0

LDAP auth controller provider for silex

  Sources   Download

The Requires

 

The Development Requires