Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LdapAuthenticatorBundle] Error while setting options array in config.yml #1

Open
Plopix opened this issue Aug 18, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Plopix
Copy link
Contributor

Plopix commented Aug 18, 2020

Bundle(s) affected: LdapAuthenticatorBundle

Description
Setting up the options array in config file will resut in a 500 error after login to backend, e.g.

nova_ez_ldap:
connections:
default:
ldap:
adapter:
host: localhost
port: 389
version: 3
encryption: none # One of "none"; "ssl"; "tls"
options:
referrals: false
# or self signed ssl cert from ldap server
#LDAP_OPT_X_TLS_CACERTFILE: '/usr/share/ca-certificates/ldapserver.crt'

After login you will get a 500 error: The option "options" with value array is invalid. [in vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php:797

We tried some differnd config options, but nothhing worked fine.

Originally reported by @bjko Novactive/NovaeZLdapAuthenticatorBundle#2

@Plopix Plopix added the bug Something isn't working label Aug 18, 2020
mohamed-larbi-jebari added a commit that referenced this issue May 11, 2023
erdnaxelaweb pushed a commit that referenced this issue May 26, 2023
@RemyNovactive RemyNovactive mentioned this issue Jan 5, 2024
RemyNovactive added a commit that referenced this issue Jan 29, 2024
> round(): Argument #1 ($num) must be of type int|float, string given
in /var/www/html/ibexa/vendor/imagine/imagine/src/Image/Box.php:42
RemyNovactive added a commit that referenced this issue Jan 29, 2024
> round(): Argument #1 ($num) must be of type int|float, string given
in /var/www/html/ibexa/vendor/imagine/imagine/src/Image/Box.php:42
RemyNovactive added a commit that referenced this issue Jan 29, 2024
> round(): Argument #1 ($num) must be of type int|float, string given
in /var/www/html/ibexa/vendor/imagine/imagine/src/Image/Box.php:42
RemyNovactive added a commit that referenced this issue Feb 20, 2024
…ing given"

calculateCropSize() must not return a Box if there is no dimension.
RemyNovactive added a commit that referenced this issue Feb 20, 2024
…ing given"

PlaceholderFilterLoader->load() must not Thumbnail if there is no dimension.
erdnaxelaweb pushed a commit that referenced this issue May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant