PC Review


Reply
Thread Tools Rate Thread

Administrator can't add users

 
 
Linda
Guest
Posts: n/a
 
      22nd Jul 2008
I am the database administrator (Access even tells me so), yet I can't add
users (the selection is greyed out). I seem to have all rights, except the
open/run. I have all of the passwords - how do I make the necessary changes?
 
Reply With Quote
 
 
 
 
Joan Wild
Guest
Posts: n/a
 
      22nd Jul 2008
What exactly does Access tell you? If it says you are the 'Admin' user,
that user shouldn't have any rights in the database. The naming of default
users and groups can be misleading in Access.

--
Joan Wild
Microsoft Access MVP
"Linda" <(E-Mail Removed)> wrote in message
news:24BC35EF-77C9-4295-8635-(E-Mail Removed)...
>I am the database administrator (Access even tells me so), yet I can't add
> users (the selection is greyed out). I seem to have all rights, except
> the
> open/run. I have all of the passwords - how do I make the necessary
> changes?


 
Reply With Quote
 
Linda
Guest
Posts: n/a
 
      22nd Jul 2008
When I go to Tools, then Security and Select Workgroup Administrator, my name
appears. When I look in permissions, I see lnichols and that Users is
selected. I appear to have all rights, as does Admin, except for open/run.
General User only has Read Design and Read Data permission.

Do I already have security and don't see it?

"Joan Wild" wrote:

> What exactly does Access tell you? If it says you are the 'Admin' user,
> that user shouldn't have any rights in the database. The naming of default
> users and groups can be misleading in Access.
>
> --
> Joan Wild
> Microsoft Access MVP
> "Linda" <(E-Mail Removed)> wrote in message
> news:24BC35EF-77C9-4295-8635-(E-Mail Removed)...
> >I am the database administrator (Access even tells me so), yet I can't add
> > users (the selection is greyed out). I seem to have all rights, except
> > the
> > open/run. I have all of the passwords - how do I make the necessary
> > changes?

>
>

 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      23rd Jul 2008
"Linda" <(E-Mail Removed)> wrote in message
news:A278E7C5-1633-40B5-AD68-(E-Mail Removed)...
> When I go to Tools, then Security and Select Workgroup Administrator, my
> name
> appears.


That dialog just tells you the default workgroup file (mdw), not a username.

When I look in permissions, I see lnichols and that Users is
> selected.


The Users Group is common to all mdw files, so normally doesn't have any
permissions. If you have a properly secured mdb, then there should be other
groups (besides Admins and Users). It sounds as though someone just went in
and started added usernames to the standard mdw that ships with Access. In
other words, it isn't secured at all. Are there any other Groups and/or
Users when you look at Tools, Security, Accounts?

Try hitting Ctrl-G and typing
?dbEngine.SystemDB

What is the path/filename returned by that?

> I appear to have all rights, as does Admin, except for open/run.
> General User only has Read Design and Read Data permission.
>
> Do I already have security and don't see it?


I don't think you do. If you start Access and create a new mdb, can you
then use File, Get External Data and import all the objects from your mdb?
If so, then no, you had/have no security.

To learn more...
Security FAQ
http://support.microsoft.com/?id=207793

Security Whitepaper
http://support.microsoft.com/?id=148555

Although the whitepaper is old, it contains information to help you
understand security.

I've also outlined the detailed steps at
www.jmwild.com/AccessSecurity.htm


--
Joan Wild
Microsoft Access MVP

 
Reply With Quote
 
Linda
Guest
Posts: n/a
 
      24th Jul 2008
I read (and re-read) the Access 95 Security papers and finally have a better
understanding of roles and responsibilities. I am still confused, though, on
why, if Access recognizes owners automatically, why it doesn't recognize me,
as I am the ONLY person who has had any contact with the database and all of
the objects. I changed ownership of all tables, etc., to lnichols; however,
what I don't understand is how to change from being signed in as "admin" to
"lnichols."
lnichols is a member of Admins and Users, and so I believe has 'super powers.'

Thanks for your help and patience!!

Linda
"Joan Wild" wrote:

> "Linda" <(E-Mail Removed)> wrote in message
> news:A278E7C5-1633-40B5-AD68-(E-Mail Removed)...
> > When I go to Tools, then Security and Select Workgroup Administrator, my
> > name
> > appears.

>
> That dialog just tells you the default workgroup file (mdw), not a username.
>
> When I look in permissions, I see lnichols and that Users is
> > selected.

>
> The Users Group is common to all mdw files, so normally doesn't have any
> permissions. If you have a properly secured mdb, then there should be other
> groups (besides Admins and Users). It sounds as though someone just went in
> and started added usernames to the standard mdw that ships with Access. In
> other words, it isn't secured at all. Are there any other Groups and/or
> Users when you look at Tools, Security, Accounts?
>
> Try hitting Ctrl-G and typing
> ?dbEngine.SystemDB
>
> What is the path/filename returned by that?
>
> > I appear to have all rights, as does Admin, except for open/run.
> > General User only has Read Design and Read Data permission.
> >
> > Do I already have security and don't see it?

>
> I don't think you do. If you start Access and create a new mdb, can you
> then use File, Get External Data and import all the objects from your mdb?
> If so, then no, you had/have no security.
>
> To learn more...
> Security FAQ
> http://support.microsoft.com/?id=207793
>
> Security Whitepaper
> http://support.microsoft.com/?id=148555
>
> Although the whitepaper is old, it contains information to help you
> understand security.
>
> I've also outlined the detailed steps at
> www.jmwild.com/AccessSecurity.htm
>
>
> --
> Joan Wild
> Microsoft Access MVP
>
>

 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      25th Jul 2008
In order to get the login prompt to show, you need to assign a password to
the standard 'Admin' user.

Access ships with security turned 'on' for all databases. It uses a
workgroup file named system.mdw and silently logs you in as a user named
'Admin'. Since this user is common to all mdw files, anyone can use any
'unsecured' mdb.

If you want the login to show up, you assign a password to the Admin user.

However, it only makes sense to do this if you are using a new workgroup
file (i.e. not the standard system.mdw that ships with Access).

It's important to follow every step when securing a mdb.

--
Joan Wild
Microsoft Access MVP
"Linda" <(E-Mail Removed)> wrote in message
news:38B6BF78-E4C3-4F9F-A616-(E-Mail Removed)...
>I read (and re-read) the Access 95 Security papers and finally have a
>better
> understanding of roles and responsibilities. I am still confused, though,
> on
> why, if Access recognizes owners automatically, why it doesn't recognize
> me,
> as I am the ONLY person who has had any contact with the database and all
> of
> the objects. I changed ownership of all tables, etc., to lnichols;
> however,
> what I don't understand is how to change from being signed in as "admin"
> to
> "lnichols."
> lnichols is a member of Admins and Users, and so I believe has 'super
> powers.'
>
> Thanks for your help and patience!!
>
> Linda
> "Joan Wild" wrote:
>
>> "Linda" <(E-Mail Removed)> wrote in message
>> news:A278E7C5-1633-40B5-AD68-(E-Mail Removed)...
>> > When I go to Tools, then Security and Select Workgroup Administrator,
>> > my
>> > name
>> > appears.

>>
>> That dialog just tells you the default workgroup file (mdw), not a
>> username.
>>
>> When I look in permissions, I see lnichols and that Users is
>> > selected.

>>
>> The Users Group is common to all mdw files, so normally doesn't have any
>> permissions. If you have a properly secured mdb, then there should be
>> other
>> groups (besides Admins and Users). It sounds as though someone just went
>> in
>> and started added usernames to the standard mdw that ships with Access.
>> In
>> other words, it isn't secured at all. Are there any other Groups and/or
>> Users when you look at Tools, Security, Accounts?
>>
>> Try hitting Ctrl-G and typing
>> ?dbEngine.SystemDB
>>
>> What is the path/filename returned by that?
>>
>> > I appear to have all rights, as does Admin, except for open/run.
>> > General User only has Read Design and Read Data permission.
>> >
>> > Do I already have security and don't see it?

>>
>> I don't think you do. If you start Access and create a new mdb, can you
>> then use File, Get External Data and import all the objects from your
>> mdb?
>> If so, then no, you had/have no security.
>>
>> To learn more...
>> Security FAQ
>> http://support.microsoft.com/?id=207793
>>
>> Security Whitepaper
>> http://support.microsoft.com/?id=148555
>>
>> Although the whitepaper is old, it contains information to help you
>> understand security.
>>
>> I've also outlined the detailed steps at
>> www.jmwild.com/AccessSecurity.htm
>>
>>
>> --
>> Joan Wild
>> Microsoft Access MVP
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Other users other than administrator can't log in marc Windows Vista Administration 0 23rd Jul 2008 10:28 PM
Eliminating Administrator privileges from all users except "Administrator" windsurferLA Windows XP General 1 26th Dec 2006 06:24 AM
Eliminating Administrator privileges from all users except "Administrator" windsurferLA Windows XP General 0 26th Dec 2006 05:46 AM
Administrator and other users... Fenster Windows XP Embedded 2 20th Oct 2006 06:45 AM
Domain Users can access domain users list and update administrator group Craig Microsoft Windows 2000 Windows Updates 0 18th Dec 2003 11:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:25 AM.