Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LDAP Connection with Filters.

My customer wants to authenticate the users acessing the Server on its LDAP.

I know with the URL we can access LDAP and verify the sign in.

But my customer wants to apply filters to the authentification process.

Does anyone has an idea how to do it .

THanks

Philippe

PS = Example of the Filter.

LdapSecurity.switch=true
LdapSecurity.server_url=ldap://swidcp0003.xxxxxx.int:389/DC=xxxxx,DC=int
LdapSecurity.lookup_user_dn=CN=yyyyy
READ,OU=Users,OU=aaaaa,OU=Applications,OU=PV,DC=xxxxx,DC=int
LdapSecurity.lookup_user_pwd=qqqqqqq
LdapSecurity.lookup_filter=(&(sAMAccountName={0})(memberOf=CN=yyyyy,OU=Opus,OU=Groupes,OU=PV,DC=xxxxx,DC=int))

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

One option would be to extract data from AD using LDAP connection and store it in QVD with appropriate columns. Then you can load these QVDs in section access and apply further filters based on who is access the app.