You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$config['identity_from_directory_handle_proxyaddresses'] is set to true
There is more then one alias address stored in the user's proxyAddresses field.
The text was updated successfully, but these errors were encountered:
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
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
$config['identity_from_directory_handle_proxyaddresses']
is set totrue
proxyAddresses
field.The text was updated successfully, but these errors were encountered: