Coxylaad
New member
- Local time
- Today, 23:15
- Joined
- Jan 11, 2022
- Messages
- 21
Hi All,
I am new here, looking at developing an access application with some level of user control built in.
We are on a domain so the only people that will be able to access the database will authenticated users. However, I would like to be able to limit the users front end access based on what active directory security groups they are a member off.
The plan was when the user fired up the database a module would run to get the security groups the user was a member of.
So far I have managed to pull things like the full name, email address etc, but security group membership currently elludes me.
I dont want the user to have to put in another password, they have already authenticated themselves on the domain by logging onto the PC, I just want to return a list of security groups that I can store in a temporary table so I can control access to certain areas.
I have searched this forum and its helped get me most of the information apart from the security groups
can anyone help?
I am new here, looking at developing an access application with some level of user control built in.
We are on a domain so the only people that will be able to access the database will authenticated users. However, I would like to be able to limit the users front end access based on what active directory security groups they are a member off.
The plan was when the user fired up the database a module would run to get the security groups the user was a member of.
So far I have managed to pull things like the full name, email address etc, but security group membership currently elludes me.
I dont want the user to have to put in another password, they have already authenticated themselves on the domain by logging onto the PC, I just want to return a list of security groups that I can store in a temporary table so I can control access to certain areas.
I have searched this forum and its helped get me most of the information apart from the security groups
can anyone help?