Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to modify my access control script ? so that i can have full access .

Hi All

After i implement the below access control script.

Section Access;

LOAD * INLINE [

   SOURCE_SUP,SOURCE, ACCESS, USERID, PASSWORD, NTNAME

    *,*, ADMIN, DEVELOPER, 123, *,*

    TDSS,TDSS, USER, TDS, 1170, *

    ADL,ADL, USER, ADL, 2171, *

    TDSPG,TDSPG, USER, TPG, 4172, *

    TDSKL,TDSKL, USER, TKL, 5173, *

    TDST,TDST, USER, TDT, 3174, *

    TIS,TID, USER, TID, 6175, *

    *,*, ADMIN, *, *,TDS\demo,*   

    *,*, ADMIN, *, *,TDS\paul yeo,*   

    *,*, ADMIN, *, *,HENDRY\TDS Hendry,*   

    *,*, ADMIN, *, *,Paul\TDS Hendry,*  

    *,*, ADMIN, *, *,Paul\Paul Yeo,*  

   

    *,*, ADMIN, *, *,Test_8\tds,*

           

];section application;

i notice that if using my note book , i am able to able to access all table.

when i change the new note book , i just need to find out my note OSUser () name , and i just add NT user name to my access control script , i am able to access all data again.

My question is , if without modify the script , which are the user ID and PW have full access all table ?

My next question questions is below 2 log in have the same right ?

*,*, ADMIN, *, *,Paul\Paul Yeo,*  

*,*, ADMIN, DEVELOPER, 123, *,*


Paul

0 Replies