Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThanking all of you for your answers, I think Windows Authenication will do nicely. If I can bug you for a little more info, the end-goal of this app is to have many users with different permissions(user group dependant). I'm understanding now, that I should allow the end-user application to access the specified network share, and specify user/group specific permissions in their Windows Account settings. Correct? Also, where do you think I should store application-specific permissions? Am I able to somehow specify these permissions the same way I would other windows permissions?
      singulars
    2. COYou can allow access resources for specific users/groups. You can allow access to your application to specific users/group. What you cannot do is you cannot allow access to *resources* for a specific *application*. There simply isn't any infrastructure that allows you to authenticate *applications, as opposed to users. To allow access to a resource for an user or a group modify the resource ACL (Access Control List), either from the UI shell or by using a tool like cacls.exe.
      singulars
    3. COAhh I'm sorry, I think I might have misworded that slightly. I meant to say that the application will access the folder directly, what it can/cannot do to the folder will be dictated by the user account that is logged in and using the program. My next concern is custom application permissions(User has access to view this form/grid, user can add/edit/delete records from this grid, etc) but just some quick reading around it looks like I might have to store app-specific permissions in my DB, and map users/groups to app-specific permissions manually. That about right? I'm wide open for tips.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload