JMongi
Active member
- Local time
- Today, 14:26
- Joined
- Jan 6, 2021
- Messages
- 802
I realized after the fact that I might be reinventing the wheel and adding administrative overhead I do not need or have time for when it comes to user access to my database as we already have windows domain logins. What I can't seem to find are any robust examples of using domain usernames along with permission tables as well as session logging. I have existing tables and forms from @isladogs password login sample database and I don't want to throw out the baby with the bathwater. So, I was hoping to find some good examples using domain usernames so I can see how I can replace the authentication portion without too much alteration to the existing session logging and access control portions. I tried many different searches and have found many posts by @The_Doc_Man (and others) referring to the VBA code to pull the username, but as of yet haven't found a more thorough discussion of the implementation.
If I could be pointed in the right direction of existing threads or sites that discuss this, that would be great. One thing that might scuttle the whole ship is this...is the idea to use Active Directory Groups to manage form/data access or to use a domain username as a trusted user authentication but manage access within MS Access itself? It's never very clear which is being discussed. The former would be more cumbersome as the domain registration and user permissions are managed by a 3rd party IT company. I was envisioning the latter, using domain usernames to authenticate (instead of rolling my own username/password infrastructure) and then managing form access within the table structure of the database.
I hope I've made that more clear instead of less clear
If I could be pointed in the right direction of existing threads or sites that discuss this, that would be great. One thing that might scuttle the whole ship is this...is the idea to use Active Directory Groups to manage form/data access or to use a domain username as a trusted user authentication but manage access within MS Access itself? It's never very clear which is being discussed. The former would be more cumbersome as the domain registration and user permissions are managed by a 3rd party IT company. I was envisioning the latter, using domain usernames to authenticate (instead of rolling my own username/password infrastructure) and then managing form access within the table structure of the database.
I hope I've made that more clear instead of less clear
