Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys I want a section access similar to below to access particular item when a user logs in to an NT account.
I wont know there NT password obviously can you just drop the password section, will it still work?
Example 2:
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PASSWORD
ADMIN, DOMAIN\ADMIN, ADMIN
USER, DOMAIN\USER1, U1
USER, DOMAIN\USER2, U2
USER, DOMAIN\USER3, U3
];
This is more secure and requires the user to be logged in with the NT-account and
have knowledge about the password. The advantage of this is that no USERID is required.
Section Access using the NTNAME field will use your AD authentication to let you in. Indeed, it doesn't need a PASSWORD field (part of Document Security which is something entirelmy different from AD security)
The PASSWORD field should be used together with the USERID field to embed a form of authentication right inside your document and nowhere else. NTNAME security lives outside of your document.
Section Access using the NTNAME field will use your AD authentication to let you in. Indeed, it doesn't need a PASSWORD field (part of Document Security which is something entirelmy different from AD security)
The PASSWORD field should be used together with the USERID field to embed a form of authentication right inside your document and nowhere else. NTNAME security lives outside of your document.