Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#284753 - 21/07/2006 16:27 Retrieving Admin on Mac Laptop?
Tim
veteran

Registered: 25/04/2000
Posts: 1523
Loc: Arizona
One of my friends has a Mac laptop. She can't remember the admin password and was asking if there was a way to retrieve it. I know on a linux box I could just do a 'linux single' at the LILO/Grub prompt (assuming it wasn't locked out). Is there anything similar she can do, or is a format/reinstall the only option? I wish I could help her, but I barely know how to turn a Mac on.

Thanks!

Top
#284754 - 21/07/2006 16:34 Re: Retrieving Admin on Mac Laptop? [Re: Tim]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
What admin password? Usually the password that it asks you for is your own password. To be honest, I can't remember what situations you might get into when you'd need the real admin password.

However, if you really do need it, open a Terminal window and type 'sudo passwd root'. It'll ask you for your password. Then you can change the password of root, which is the admin username. Um, that is, assuming that "passwd" and netinfo work together properly. I assume they do, but don't know for sure.
_________________________
Bitt Faulk

Top
#284755 - 21/07/2006 16:39 Re: Retrieving Admin on Mac Laptop? [Re: Tim]
loren
carpal tunnel

Registered: 23/08/2000
Posts: 3826
Loc: SLC, UT, USA
http://docs.info.apple.com/article.html?artnum=106156

Scroll down to "Resetting the original administrator account password".

You'll need the OS disk that came with the computer.
_________________________
|| loren ||

Top
#284756 - 21/07/2006 20:38 Re: Retrieving Admin on Mac Laptop? [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Here's a scenario:

Single user Mac OS machines start with the user as an Admin. They also start with Auto login.

If for some reason auto login was disabled, the person may not remember their password to get back into the system.

Or they may have set up another user without Admin rights and started using that account as primary. If they've forgotten the password from their original user, they'd never be able to do anything requiring admin authorization.
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#284757 - 24/07/2006 12:09 Re: Retrieving Admin on Mac Laptop? [Re: hybrid8]
Tim
veteran

Registered: 25/04/2000
Posts: 1523
Loc: Arizona
She uses a normal login daily, and the admin account only when she needs to (kind of like you are suppose to do on Unix boxes). I guess it has been a while since she needed it because she couldn't remember it.

Thanks for the link Loren, I passed it on.

Top
#284758 - 24/07/2006 13:07 Re: Retrieving Admin on Mac Laptop? [Re: Tim]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
FWIW, an "Administrator" on MacOS X only has additional powers when you tell it to. Like when you type your password into one of those dialog boxes for Updates, or when you use the sudo command from the command line. Otherwise it's just a normal user. As such, unlike Windows, there's not any compelling reason not to have your regular-use account be an Admin account.
_________________________
Bitt Faulk

Top
#284759 - 24/07/2006 15:29 Re: Retrieving Admin on Mac Laptop? [Re: wfaulk]
Tim
veteran

Registered: 25/04/2000
Posts: 1523
Loc: Arizona
Ahhh, thats why I was confused about the question. See how little I know about Macs?

Top
#284760 - 24/07/2006 17:11 Re: Retrieving Admin on Mac Laptop? [Re: wfaulk]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
Yes and No.

Many files on the system belong to the Admin user group to which your Admin user will belong. You can take action on those files/folders with the Admin account where you would otherwise not be able to with a run of the mill User account.

As an Admin user it is also possible for an authentication process to ask only for Admin credentials (instead of Root) to gain elevated privs. This means the Admin user doesn't even need to type their password. An Auth request will generally get elevated to Root when it is properly authorized by an Admin (who is obviously not Root themselves).
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top