![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I want to setup logins (user & password) for an Access DB and assign different levels privileges to those users. Is this possible in Access? Thanks in advance. |
#3
| |||
| |||
|
|
Tom van Stiphout provided a sample mdb using ActiveDirectory for security but I don't know the link to it. |
#4
| |||
| |||
|
|
Joe Smith wrote: I want to setup logins (user & password) for an Access DB and assign different levels privileges to those users. Is this possible in Access? Thanks in advance. What version of Access are you using? The following is useful if your system is below A2007. http://support.microsoft.com/kb/207793 |
|
Tom van Stiphout provided a sample mdb using ActiveDirectory for security but I don't know the link to it. it was called AD_Sample.mdb. Useful if people use ActiveDirectory. |
#5
| |||
| |||
|
|
Hi, Salad Salad wrote: Tom van Stiphout provided a sample mdb using ActiveDirectory for security but I don't know the link to it. May I help you ;-) http://www.accesssecurityblog.com/po...s-databases-us ing-Active-Directory.aspx |
#6
| |||
| |||
|
|
Salad <sa... (AT) oilandvinegar (DOT) com> wrote innews:AP6dnQy7bOOyFw_RnZ2dnUVZ_jCdnZ2d (AT) earthlink (DOT) com: Joe Smith wrote: I want to setup logins (user & password) for an Access DB and assign different levels privileges to those users. Is this possible in Access? Thanks in advance. What version of Access are you using? The following is useful if your system is below A2007. http://support.microsoft.com/kb/207793 Why do you say it's inapplicable to A2007 and A2010? Jet ULS is still available with MDB format. I didn't reread the specifics of the article. Does it refer to pre-2007 menu choices or something? Tom van Stiphout provided a sample mdb using ActiveDirectory for security but I don't know the link to it. *it was called AD_Sample.mdb. * Useful if people use ActiveDirectory. Well, AD can't really replace Jet ULS, since it can't actually control permissions at the db engine level. It's only useful for program-level control (e.g., making a form read-only for users who aren't in a certain NTFS user group). Also, you don't need Active Directory for most of this, just the API functions for plain old NTFS security, which allows access to user logon information and NTFS security group membership. It's only if you need AD-specific information (such as Organizational Units) that AD is required. I think a lot of people don't quite understand that AD is an interface to NTFS security, not a security layer in itself, and that most of what's exposed in AD is available by using APIs directly. -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#7
| |||
| |||
|
|
I've been reading that user-level security is not part of A2007. Would it be easier to implement this with A2003? |
|
PS: David Fenton, Interesting information about AD. I did not know that it was mostly for interfacing NTFS security. |
![]() |
| Thread Tools | |
| Display Modes | |
| |