Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi dears
i have some problem in learning section access
first: what is USERID and PASSWORD difference with user name and password of active directory when we use them for authentication. and what should i write in them when i want to make a restriction and when this new password is required from user?
second: how is it possible to make restriction in section access environment on a active directory group instead of a single user?
regards
I think NTNAME should be.
DOMAIN\M.AZIZI
Make sure you use proper domain
Regards
ASHFAQ
Hi Mana,
I made some sample qvw while practicing Section Access as well as some notes which may help you in understanding this.
Thansk,
Shoubhik.
hi , would you send me the text of the qvw file code? i cant open it.
Hi Aziz,
I recommend you to go through this videos.
http://www.qlik.com/it/landing/security-video-series
Regards
ASHFAQ
Hi,
Sending you the script text as well as the data files that I have used.
hi
i wrote it with the help, it is acting correctly about authorization of active directory users but it is wrong about ID PRODUCT, and the users can see all the values of it. do you know which part of it is wrong?
Section Access;
LOAD * INLINE [
ACCESS, NTNAME , ID PRODUCT
ADMIN, M.AZIZI , 1056
USER, N.RAFINIA , 1056
ADMIN, S.TASHAKORI , 1056
];
Section Application;
also, do you know what i should use as active directory groups instead of NTNAME?
I think NTNAME should be.
DOMAIN\M.AZIZI
Make sure you use proper domain
Regards
ASHFAQ