Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access NTNAME or USERID

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

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

This should work if you use a star as wildcard:

ACCESS, NTNAME, USERID

USER, DOMAIN\XXX, *

USER, *, YYY

HIC

View solution in original post

2 Replies
hic
Former Employee
Former Employee

This should work if you use a star as wildcard:

ACCESS, NTNAME, USERID

USER, DOMAIN\XXX, *

USER, *, YYY

HIC

Not applicable
Author

Thanks Henric, this is perfect.