Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mohamed_ahid
Partner - Specialist
Partner - Specialist

Section access issue

Hi all,

I'm trying to achieve (if it is possible) a section access in which i identify user only by their Domaine name .

For exemple juste users belonging to Domaine1 are allowed to open\acces my application .Is it possible ?

The aim behind all this , is to allow two users from another domain to access the application (NTFS access on server  ) and while openning the application ,the data will be restricted for them .

Any suggestions?

Thx

11 Replies
swuehl
MVP
MVP

You can enter a NT domain group name in section access field NTNAME, but then you need to put all your users into the appropriate group.

sasikanth
Master
Master

HI,

you  can use NTNAME for that

section access;

LOAD * INLINE [

ACCESS, NTNAME

ADMIN,DOMAIN\ADMIN

USER,DOMAIN\USER

];

section application;

mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

Have you an exemple plz ?

thx

mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

that's what i'm using actually .what i want is instead of using DOMAIN\ADMIN i want juste to specify the DOMAIN .

Thx

sasikanth
Master
Master

hi,

i didn`t understand one thing here ,

you are just allowing only Domain then what about the users

Do you want to allow all the users of that domain or what ?

mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

No

Ill use NTFS authoriszation for that .

the section access is juste for data restriction . Every domaine is allowed to see data related to his area .

sasikanth
Master
Master

HI,

You can check by just specifying Domain name

Section Access;

LOAD * INLINE [

ACCESS , NTNAME

ADMIN, DOMAIN1

ADMIN.DOMAIN2

];

Section Application;

i am not sure try once

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Every domain in AD has a group called Domain Users. You can use DOMAIN\GROUPNAME in Section Access just like DOMAIN\USERNAME (replace DOMAIN & Co with the values that are applicable in your environment). So I suggest you use that one to let SA grant access to anyone belonging to a particular domain.

Although IMHO I think you're making QlikView security quite difficult to manage.

Best,

Peter

mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

Hi

Doesn't work .