Skip to content

Commit

Permalink
Add paramters for usage of tls or ssl instead of default false
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPatzke committed Feb 14, 2019
1 parent d778f1d commit 312d939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
- %ldap.host% #Address to LDAPServer
- %ldap.port% #Port where LDAPServer is listening
- %ldap.version% #LDAP Protocol version
- false # SSL #Use SSL
- false # TLS 'Use TLS
- %ldap.useSSL% # SSL #Use SSL
- %ldap.useTLS% # TLS 'Use TLS
ldapUserProvider:
class: Mapbender\LDAPBundle\Security\Provider\LDAPUserProvider
arguments:
Expand Down

0 comments on commit 312d939

Please sign in to comment.