No readme file found in bundle.
opensky_ldap:
user_base_dn: ~ # Required
user_filter: (objectClass=*)
username_attribute: uid
role_base_dn: ~ # Required
role_filter: (objectClass=*)
role_name_attribute: cn
role_user_attribute: memberuid
client: Array
security:
role_prefix: ROLE_LDAP_
default_roles: []
-
Merge pull request #16 from jsuggs/feature/symfony-3-compat
By web-flow, 3 years ago
-
Symfony 3 Compatibility
By , 3 years ago
-
added composer.json
By kriswallsmith, 8 years ago
-
Merge pull request #11 from greg0ire/patch-1
By bobthecow, 9 years ago
-
Add missing concatenation.
By greg0ire, 9 years ago
-
Upgrade method name for upstream UserProviderInterface changes
By jmikola, 9 years ago
-
Fix extension test for DI param/service changes from 2e273b80605db96b3b13e2a9bac5c34320621ff5
By jmikola, 9 years ago
-
Updated README according to last stof commit
By jmikola, 9 years ago
-
Merge pull request #4 from stof/service_names
By jmikola, 9 years ago
-
Switched services to use opensky_ldap as first segment according to best practices
By stof, 9 years ago
-
Updated the provider to the new interface
By stof, 9 years ago
-
Use underscores in config parameters instead of camel-case
By jmikola, 9 years ago
-
Implement LdapUserManagerInterface
By jmikola, 9 years ago
-
Update @see references in doc comments
By jmikola, 9 years ago
-
Implement LdapUserManager to abstract user/role management, and create extension Configuration class
By jmikola, 9 years ago
-
Change extension alias from "open_sky_ldap" to "opensky_ldap"
By jmikola, 9 years ago
-
Merge branch 'master' of github.com:opensky/LdapBundle into get-usernames
By jwage, 9 years ago
-
Creating LdapUserManager and moving new functionality put in LdapUserProvider to it.
By jwage, 9 years ago
-
Merge pull request #2 from stof/typo
By kriswallsmith, 9 years ago
-
Updated the Factory to the new Config\Definition interface
By stof, 9 years ago
-
Updated Readme for the current conventions
By stof, 9 years ago
-
Fixed an outdated class name
By stof, 9 years ago
-
Add LdapUserProvider::getUsernames() method to list all users
By jmikola, 9 years ago
-
Fix typo in LdapUserProvider documentation
By jmikola, 9 years ago
-
moved security factory into DI namespace
By kriswallsmith, 9 years ago
-
updated for symfony changes
By kriswallsmith, 9 years ago
-
marked anonymous service as private
By kriswallsmith, 9 years ago
-
updated for latest security changes
By kriswallsmith, 9 years ago
-
Updated symfony.com XML namespaces.
By kriswallsmith, 9 years ago
-
Update NodeBuilder namespace in HttpBasicPreAuthenticatedFactory
By jmikola, 9 years ago