Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a document and I applied the following section access:
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTDOMAINSID
ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450
ADMIN,QLIKVIEW,QLIKVIEW,
];
Section Application;
only user ali on the machine with the above NTDomainSid is able to open the document
however what I want is that ali only opens the document from the machine with the above domain sid and the user qlikview opens the document from any PC
Please advise
Try
Star is *;
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTDOMAINSID
ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450
ADMIN,QLIKVIEW,QLIKVIEW,*
];
Just to add on while inserting the NTDOMAINSID goto Edit script -> Insert -> Click "Domain SID".
Thanks...
Try
Star is *;
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTDOMAINSID
ADMIN, ali, hijazi,S-1-5-21-1277455790-2735621083-203724450
ADMIN,QLIKVIEW,QLIKVIEW,*
];
Just to add on while inserting the NTDOMAINSID goto Edit script -> Insert -> Click "Domain SID".
Thanks...