Author Topic: Root-level access  (Read 1702 times)

Offline cdub1988

  • TS Addict
  • *****
  • Posts: 1186
    • View Profile
    • http://
Root-level access
« on: November 11, 2003, 08:26:19 AM »
Just wondering.

I have an app I need to install and I try to install it under an administrative account and I get an error message saying I don't have enough privileges to continue. So I type the password and am never able to continue.

I really need to install this app, so any help you can give I'd greatly appreciate.

Thanks!

Chris
Umm, I'm a nerd.

Offline bobw

  • TS Addict
  • *****
  • Posts: 611
    • View Profile
    • http://
Root-level access
« Reply #1 on: November 11, 2003, 12:17:56 PM »
In Panther, open the NetInfo Manager in the Utility folder, go to the Security Tab and Enable Root.
=================================================

Earlier systems;
1. Open the NetInfo Manager application in the /Applications/Utilities folder.

2. Go to the Domain menu, then drag down to the Security submenu, and choose "Authenticate...". Put in an administrator login and password and press return or the "OK" button.

3. Go again to the Domain menu, again to the Security submenu, and then drag down to the "Enable Root User..." menu item.

4. You probably won't have put in a root user password yet. It will prompt you to provide a root user password and verify it. Do so.

5. Root user is now enabled. Now just logout from the Apple menu, and then at the login screen, use the login name "root" and provide the password you just set.

This will log you in as the root user. Note that you can do ANYTHING when logged in as root, including deleting essential files. Proceed with caution.
==============================================

Using the Terminal;

Open up your terminal while booted into OS X normally.  Type
 sudo passwd root
 Enter your admin user's password at the prompt, then at the next prompts, the new root password, twice.
 
Root will now be enabled.

Offline cdub1988

  • TS Addict
  • *****
  • Posts: 1186
    • View Profile
    • http://
Root-level access
« Reply #2 on: November 11, 2003, 02:18:00 PM »
Thanks, bobw.

Worked like a charm in Terminal. smile.gif

Take care.

Chris
Umm, I'm a nerd.

Offline Scott

  • Super Poster
  • ***
  • Posts: 106
    • View Profile
Root-level access
« Reply #3 on: November 11, 2003, 05:48:26 PM »
You don't really need root level in Panther though. The OS jsut asks the admin user to authenticate when you try and perform root level actions.