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

Wrong type when there is more than one alias in AD field proxyAddresses #4

Closed
andreashaerter opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andreashaerter
Copy link
Contributor

The used library returns a string if there is only one address listed in Active Directory's proxyAddresses and an array if there are multiple. The plugin expects to parse a CSV string for the latter case, but gets an array, resulting in a type error.

This only happens if

  1. $config['identity_from_directory_handle_proxyaddresses'] is set to true
  2. There is more then one alias address stored in the user's proxyAddresses field.
@andreashaerter andreashaerter added the bug Something isn't working label Apr 2, 2024
@andreashaerter andreashaerter self-assigned this Apr 2, 2024
@andreashaerter andreashaerter changed the title Wrong type when there is more than alias in AD field proxyAddresses Wrong type when there is more than one alias in AD field proxyAddresses Apr 3, 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