Forum Discussion

sam_111661's avatar
sam_111661
Icon for Nimbostratus rankNimbostratus
Feb 12, 2009

LDAP filter

In "profiles --> authentication --> configuration" I have defined the LDAP server

 

 

Filter: attribute=ldap_arrt1

 

Login Attribute: mail

 

 

It works as expected but when running tcpdump I see that the search filter is:

 

Filter: (&(&(attribute=ldap_attr1)(attribute=ldap_arrt1))(mail=myemailaddress@mycompany.com))

 

 

The filter attribute=ldap_arrt1 is listed twice, is there a reason for this or is it a bug?

 

 

3 Replies

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    Hmmmm, it actually looks like there are 2 filters defined:

     

    ldap_attr1andldap_arrt1
  • Yes, but all I have in the filter is: attribute=ldap_attr1 so the search filter should look like this

     

     

    (&(attribute=ldap_attr1)(mail=myemailaddress@mycompany.com))