Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I currently have Section Access set up to go by a user's NT name.
I want to add in a user id and password option for users who's NT name isn't on the list so that they can access the report if they know the correct id/password.
I don't want users whose NT name is on the section access list to be prompted for a user id/password.
How can I achieve this?
Thanks and best,
Ryan
This should work if you use a star as wildcard:
ACCESS, NTNAME, USERID
USER, DOMAIN\XXX, *
USER, *, YYY
HIC
This should work if you use a star as wildcard:
ACCESS, NTNAME, USERID
USER, DOMAIN\XXX, *
USER, *, YYY
HIC
Thanks Henric, this is perfect.