Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Ajith_Raja_QlikSense
Contributor
Contributor

Session Access & Data Reduction with LDAP users

Hi,

I have imported my LDAP users which has more than 2000 users. I want to have Data reduction for each user based on location.

By Fixing the users static as shown below,  In this way I am able to handle the Data Reduction for users based on Branch.

But how to get the LDAP users list ,instead of INLINE load?

Since I have more users it is hard to fix all users in INLINE load, kindly help me on this.

 

Example:

Section Access;
Load * INLINE [
ACCESS, USERID, BRANCH
ADMIN, 01235 , CHENNAI
ADMIN, 66286, HYDERABAD
USER 336277, HYDERABAD
];
Section Application;
Branch:
LOAD

BRANCH,

......

FROM .....;

 

 

Labels (3)
3 Replies
TcnCunha_M
Creator III
Creator III

Connect to Ldap and extract the user, store as Qvd and use it.

As you think, so shall you become.
Ajith_Raja_QlikSense
Contributor
Contributor
Author

Hi,

Thanks for the reply, I have imported the LDAP users using the QMC User Active directory connections.

Kindly provide any sample Connection string format & How to store LDAP Users as QVD.

Thank You..

TcnCunha_M
Creator III
Creator III

there some sample on the community like:
Active Directory: Extract Users and Groups - Qlik Community - 1479167

to not load all of your Active directory, try to get only the user has licenses on Qlik Sense by rest api 
Qlik Sense License Management through API - Qlik Community - 116033

As you think, so shall you become.