Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to implement section access, so I started with a simple test. I added this to my script:
Section access;
LOAD * INLINE [
ACCESS, NTNAME, NTDOMAINSID, DEPT
ADMIN, ADMINISTRATOR, S-1-5-21-2518613620-4148480402-4009401311, DEPT1
ADMIN, HKL, S-1-5-21-2518613620-4148480402-4009401311, DEPT2
];
SECTION application;
LOAD * INLINE [
DEPT, VALUE
DEPT1, VAL1
DEPT2, VAL2
];
And I set the "Initial datareduction based on section access" option in the document settings.
Now when I open the document as Administrator on the server, I only get the row with the DEPT1, VAL1 values. Just as I expected.
Opening the document with the IE plugin as domain user hkl, IE prompts me for a User ID and Password. I tried domain\username format instead of just username, and I tried lowercase, uppercase and the case QV returns with iouser(). None of this helps.
It seems to me QV does not try to authenticate me (FMD\hkl) against the domainserver at all, but that's strange as we use LDAP for authenticating all the time in QV...
Anyone any ideas?
Hi,
The DOMAIN\USERNAME form is required, check this thread or this other thread on the subject.
Hope that helps.
Miguel
Hi Miguel,
I tried:
HKL
hkl
FMD\hkl (osuser() shows me this way)
FMD\HKL
It does not make any difference.
Regards, Huddie