Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section access with AD-same credential

Hi,

Is there a way in Qlikview to be authenticated (using windows AD) and authorized(section access ) by the same credentials.This to eliminate the intervention of password reset in the section access script.

Thanks

3 Replies
maxgro
MVP
MVP

use NTNAME in section access  (DOMAIN\user where DOMAIN\user is the same used for authentication)

Anonymous
Not applicable
Author

I have deployed section access using this example;

I want the data reduction in the section access using the same AD password on the AP not the Password in the section access.Leaving the PASSWORD null does not work.Is there even a way to achieve this?

Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PASSWORD, DIVISION
ADMIN, DOMAIN\ADMIN, ADMIN,
USER, DOMAIN\USER1, U1,*
USER, DOMAIN\USER2, U2,IT
USER, DOMAIN\USER3, U3,MARKETING
];

Bill_Britt
Former Employee
Former Employee

Hi,

With NTNAME you would not use passwords.

Try to get the basics working before you start the data reduction.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.