Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
we have a special issue in our company:
we created qlikview applications for the sales managers who work outside. To put security to the applications we integrated Section Access with NTName and NTSID.
This works very fine inside our companies network. But when the sales managers > download the applications from Access Point > go outside > restart their notebooks without contact to our domain > they can't open the applications any more.
The security is defined as
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, NTSID
ADMIN, DOMAIN\User_1, S-1-5-21-XXXXXXXXXXX
USER, DOMAIN\AD-Group_1, S-1-5-21-XXXXXXXXXXXXX
USER, DOMAIN\AD-Group_2, S-1-5-21-XXXXXXXXXXXXX
];
It seems that QlikView tries to authentify to the domain controller, but does't get any information without having contact (when users are outside).
So my question is: Section Access using NTNAME just works within our domain and network? And not outside?
This problem also exists without NTSID. When using only ACCESS, NTNAME.
Does NTNAME security also lock them out if you explicitly specify DOMAINNAME\USERNAME entries in Section Access, instead of DOMAINNAME\GROUPNAME entries?