Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

Section access with active directory

Hi

I want to use sect access in my document

I want to use LDAP combination with user pass

it means that if my client is in the domain and connect to active directory it can login to document without any username and password but if it's not a member of domain and active directory document ask a user name and password from user and if the user enter the correct username and password he/she can login to document.

how can i combine this two method in my dashboard?

Thanks for your help

18 Replies
swuehl
MVP
MVP

Haven't tested it, but I think a combination of USERID, PASSWORD and NTNAME should work in section access, maybe as shown here:

Section Access using a QVD file with a combination of userID, password and NTName

omid5ive
Creator II
Creator II
Author

thank you

I solved it with your help

Miguel_Angel_Baeyens

Hi Omid,

See here for a very similar request and sample working apps:

Re: 2 section access ?

Miguel

omid5ive
Creator II
Creator II
Author

thank miguel

always you have good solution     

omid5ive
Creator II
Creator II
Author

when i open my document in qlikview access point it ask me username and password but my coimputer is in the domain

what should i do?

swuehl
MVP
MVP

Try if DOMAIN\User and PW is accepted when you enter it manually.

Which browser are you using? I think the automatic transmission of your domain credentials only works in IE.

omid5ive
Creator II
Creator II
Author

my configuration is true be cause when i test ma dashboard out of access point its work fine

i think its need some configuration in qmc

Miguel_Angel_Baeyens

Omid,

There is nothing to set up in the QMC. Section access is purely document wise. Rather, I'd check that the table works just fine with all NTNAME or all USERID and PASSWORD. Then put them together.

Miguel

omid5ive
Creator II
Creator II
Author

Miguel

i use blow script for section access:

Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, NTNAME

ADMIN, MASOUD, 123,*

ADMIN,*, *, Lenovo-PC\ThinkPad

];

Section Application;

but when i copy it on my qv server i should enter user pass