No readme file found in bundle.
imag_ldap:
client: # Required
host: ~ # Required
port: 389
version: ~
username: ~
password: ~
bind_username_before: false
referrals_enabled: ~
network_timeout: ~
skip_roles: false
user: # Required
base_dn: ~ # Required
filter: ~
name_attribute: uid
attributes: Array
role:
base_dn: ~ # Required
filter: ~
name_attribute: cn
user_attribute: member
user_id: dn
user_class: IMAG\LdapBundle\User\LdapUser
-
Merge pull request #137 from artembasnev/slugify_unicode
By BorisMorel, 6 years ago
-
Updates slugify function to support unicode
By artembasnev, 6 years ago
-
Fix #134 and Fix PSR-2
By BorisMorel, 6 years ago
-
Merge pull request #123 from bobman38/patch-1
By BorisMorel, 6 years ago
-
add getCn/setCn on User Entity
By bobman38, 6 years ago
-
Fix #122
By BorisMorel, 6 years ago
-
Exception throw
By BorisMorel, 6 years ago
-
Merge branch 'master' of git://github.com/Warbo/LdapBundle into Warbo-master
By BorisMorel, 6 years ago
-
Merge branch 'FabienSalles-master'
By BorisMorel, 6 years ago
-
Merge branch 'master' of git://github.com/FabienSalles/LdapBundle into FabienSalles-master
By BorisMorel, 6 years ago
-
Improve checkLdapError with the new fct getError() getErrno()
By BorisMorel, 6 years ago
-
Add the new mandatories functions
By BorisMorel, 6 years ago
-
Fix regression bug with skip_roles
By BorisMorel, 6 years ago
-
Merge branch 'master' of git://github.com/oleg-andreyev/LdapBundle into oleg-andreyev-master
By BorisMorel, 6 years ago
-
addressing PR comments: added ability to pass Resource to getError and getErrno
By Oleg Andreyev, 6 years ago
-
Improve the error recovered ; Fix #120
By BorisMorel, 6 years ago
-
Merge branch 'NikolaySl-throw_exception_on_ldap_error'
By BorisMorel, 6 years ago
-
Merge branch 'throw_exception_on_ldap_error' of git://github.com/NikolaySl/LdapBundle into NikolaySl-throw_exception_on_ldap_error
By BorisMorel, 6 years ago
-
Fix #121 and #95
By BorisMorel, 6 years ago
-
Make LdapConnect throw ConnectionException if ldap server returns error. LdapAuthenticationProvider converts ConnectionException to AuthenticationException.
By Nikolay Slyunkov, 6 years ago
-
adding ldap_errno and ldap_error, useful for debugging and more verbose error message
By Oleg Andreyev, 6 years ago
-
fix typo
By FabienSalles, 6 years ago
-
improve documentation
By FabienSalles, 6 years ago
-
Added a $userEvent back, since $user may be updated
By Chris Warburton, 6 years ago
-
Pulled $userEvent out of 'if' branches
By Chris Warburton, 6 years ago
-
Merge pull request #105 from iltar/master
By BorisMorel, 6 years ago
-
Fixed a typo from a previous commit
By iltar, 6 years ago
-
Merge branch 'master' of git://github.com/BorisMorel/LdapBundle
By BorisMorel, 6 years ago
-
Fix typo
By BorisMorel, 7 years ago
-
Remove LdapToken to increase compatibiliti
By BorisMorel, 7 years ago