NT Domain Security

M

mike

We have an access front end that is connecting to a SQL backend. Th
backend is currently using domain authentication and that is working
fine.

What we want to implement is to use domain authentication to open the
access app. Right now we are using the built in user security, but we
want to change it so that it grabs their logged on user info and
checks against that. If the user they are logged on as does not have
permission to run that app, they are denied access or prompted for a
user/pass.

Is this possible?
 
T

Tom van Stiphout

On Wed, 19 Sep 2007 14:10:13 -0700, (e-mail address removed) wrote:

Yes, but you will have to write some code.
You could use LDAP to check with Active Directory to see if the
Windows User is a member of a certain security group.

-Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top