Forum Discussion

Nathaneil0227_2's avatar
Nathaneil0227_2
Icon for Nimbostratus rankNimbostratus
Apr 25, 2016
Solved

Configuring LDAP Auth and Query APM

Hi All/DC Experts,

 

I am confused what I need to enter on this type of authentication.

 

Actually I already managed to import groups into f5. The problem is I can't authenticate.

 

Any suggestion/comments are really appreciated.

 

Thanks.

 

-Nat![

 

](/Portals/0/Users/209/41/229841/16.PNG)

 

  • Normally, you would enter the search expression in SearchFilter to pull out the corresponding data from the LDAP.

    We would use this:

    (sAMAccountName=%{session.logon.last.username}) 
    

    in SearchFilter to query the LDAP record where logon username matches the sAMAccountName field in LDAP.

    SearchDN is the normally the base DN.

2 Replies

  • Normally, you would enter the search expression in SearchFilter to pull out the corresponding data from the LDAP.

    We would use this:

    (sAMAccountName=%{session.logon.last.username}) 
    

    in SearchFilter to query the LDAP record where logon username matches the sAMAccountName field in LDAP.

    SearchDN is the normally the base DN.

    • Nathaneil0227_2's avatar
      Nathaneil0227_2
      Icon for Nimbostratus rankNimbostratus
      Minn Hi, Thanks for your response. I put the string to both LDAP query and LDAP Auth. Found out that the problem is that BaseDN of the Groups was different. Thanks. -Nat