Hello,
i would like to filter out LDAP users from UME which have one specific LDAP attribute not filled.
Has anyone an experience with this issue, please?
There is a DataSourceConfiguration....xml file for the configuration of connection to LDAP server where is the parameter:
<ume.ldap.negative_user_filter>
ldapAttribute1=[value of ldap attribute]
</ume.ldap.negative_user_filter>
But how to write that the attribute is empty? I have made several tries ([null], [], [ ], !=[*]) but without success.
Could anyone help, please?
Pavel