2017 © Pedro Peláez
 

library ldap-adapter

a symfony ldap adapter that does not allow null passwords

image

ijanki/ldap-adapter

a symfony ldap adapter that does not allow null passwords

  • Wednesday, March 21, 2018
  • by iJanki
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Ldap adapter that does not allow null password (no anonymous binding), (*1)

Configure like any other ldap adapter., (*2)

services.yaml, (*3)

services:
    Symfony\Component\Ldap\Ldap:
        arguments: ['@Ijanki\Component\Ldap\Adapter\Adapter']
    Ijanki\Component\Ldap\Adapter\Adapter:
        arguments:
            - host: "ldaphost"
#              port: 389
#              encryption: tls
#              options:
#                  protocol_version: 3
#                  referrals: false

The Versions

21/03 2018

dev-master

9999999-dev https://github.com/iJanki/LdapAdapter

a symfony ldap adapter that does not allow null passwords

  Sources   Download

MIT

The Requires

 

by Cesarini, Daniele

ldap

21/03 2018

v1.0.0

1.0.0.0 https://github.com/iJanki/LdapAdapter

a symfony ldap adapter that does not allow null passwords

  Sources   Download

MIT

The Requires

 

by Cesarini, Daniele

ldap