Admin Login Gone, Guest Acct Only...

I did a healthy search on my little problem here and mine appears to be a little different from the rest.
I have my MacBook pro (Running the latest ver. of Tiger) set so that i need to authenticate my login and pass every time I open up the laptop or I deactivate the screensaver.
Today, I opened'er up and for some reason my login and password didn't work. I thought that was weird and I rebooted (Ctrl-Opt-Power Button). Low and behold my Admin Login was gone! I only have access to this Guest Account that I created a while back.
So, I login to the Guest Account and check out the Accounts Panel in System Preferences and nothing comes up. I click the button and the window hangs ("Loading Accounts" appears at the top, but nothing happens). I click 'Show All' to return to all the icons and then click Accounts and the window renders, but it's completely blank.
*I did a lot of searching and I found the single-user-mode-using-NetInfo-Manager solution* and that didn't do anything. After I do the +"nicl -raw..."+ command, nothing seems to happen. While I was in Single User Mode, in the shell, I checked out my Users folder and my Account is still there.
So, bottom line, I only have access to an unprivileged Guest Account and OS X can't seem to boot so I can see my Admin Account. I would much rather not reinstall OS X since I have a lot of graphic design, music and a lot of my photography work in that account.
Message was edited by: Name Withheld

Name Withheld wrote:
So what are we looking for with these "nicl" commands? I take it that the above is probably bad news somehow.
nicl is the "NetInfo Command Line" interface. I wanted to see why you were getting the "ni_listprops: No such directory" message, and it is telling me that although the /users part of the NetInfo hierarchy exists, it seems to have lost the entries for your two real users.
We could put them back, tediously, using nicl, but who knows what other "users" are missing. So your best bet is to restore the NetInfo Database. Funnily enough I just posted how to do this for another user. You might want to read Mac OS X, Mac OS X Server: How to Replace the NetInfo Database to help understand the instructions that follow (this is a more-or-less standard post I keep for this situation). Note you've already got your list of UIDs versus Users: 501 is Ghostmeat, and 502 is Guest.
Your NetInfo database is corrupt. so we will need to give you a new one. This involves re-creating the user accounts, and the order in which they are created matters. I recommend you print this out in a largish mono-spaced font so you don't miss any spaces (or add extra ones). Note that case is important.
Start up in Single User Mode and type carefully, with a return at the end of each line:/sbin/fsck -y
Repeat the above until it says your disk is OK. Then:
/sbin/mount -uw /
cd /var/db/netinfo
mv local.nidb/ local.nidb.bad
rm /var/db/.AppleSetupDone
ls -ln /UsersThis last command will give you one line for each user, plus one for the "Shared" directory, which doesn't interest us. Each user will have a line like one of these:
<pre>drwxr-xr-x 29 501 501 986 Jan 17 18:38 michaelc
drwxr-xr-x 14 520 20 476 Sep 10 2004 jdoe</pre>The second numeric field (501, 520) is the user ID (UID) and you need to list the uids against the shortname s given in the final column. Make sure you get the name right for UID 501! Then continue with
rebootWhen you restart, you should get the Setup Assistant, just as if it was a new machine. You will be prompted for all of your user information. Be careful to use the same short name as previously for user 501.
If there are any further users, these can be added, in the order of their UIDs, i.e. 502, 503 …, using System Preferences > Accounts. Again, be careful to use the same shortname. If there are any gaps in the UID sequence 501, 502, … you will need to create dummy users to fill them. These can later be deleted.
Post back if you need further help, and to let us know how you get on!

Similar Messages

  • Menu tabs disappear completely after login and appears if only i press on item node at hire level

    I'm using a Menu Model to Create a Page Hierarchy in my adf application on Jdeveloper 11.1.2.3.0
    it is in three levels level 1 have 2 item nods (home - Help) displayed as buttons
                                level 2   contains 5 item nods about the managements displayed as tabs
                                level 3   is about reports displayed as list
    the point I have apply security in the application using Adf security wizard and i assign roles and users and grants
    all works fine but level 2 tabs disappear completely after login and appears if only i press on Home item node at run time
    I create 2 users (admin) has all roles  and can view all  tabs in level 2 of my navigation and another user (emp)  which can view one Tab page in level 2
    Point 1 --the item nod are rendered according the #{securityContext.regionViewable['oracle.view.pageDefs.RentManagPageDef']}     (EL ) expression language 
    and other item nod render property are set as the same but in the page name definition
    it works fine
    _ Point 2 in my page template I set #{menuInfo.rendered} for renderd property of the command navigation item
    it works fine
    - point 3 I add a  go link in my template to explicit perform log in log out from the app  and redirect the user to the required page
    Destination is
    #{securityContext.authenticated ? "/adfAuthentication?logout=true&end_url=/faces/wearhouse.jsf"  : "/adfAuthentication?success_url=/faces/company.jsf"}
    and its also works fine
    the problem is in the level 2 navigation tabs which is diaper after explicit log in the app directs the user to the correct page successfully
    But the tabs are not rendered till I press on home button on Level 1 navigation it appears and it appears  correctly cording the logged in user validation
    in another words i log in as user (admin) i get directed to the successful log in page  in the link go but  level 2 tabs are invisible or not rendered at all    I click on Home button in level1 navigation the tabs
    become rendered or viewable and i navigate normally
    I log out as admin the level 2 tabs becomes invisible again
    then I log in as (emp)  i get directed to the successful log in page and  level 2 tabs are still  invisible or not rendered
    I click on Home button in level1 navigation the only one tab the user emp authorized to it  gets rendered (appears)
    and its semi correct behavior because this is what I want him to see only
    my tries to find solution
    I tride to use
    #{securityContext.userInRole['division']}
    on the menu node item   I found same behavior level 2 tabs gets hidden till i click on home link at run time
    I tride to use #{securityContext.authenticated} to control item nods rending
    all tabs remains visible and i dont want that ain adition if user clicks on a tab of page he has no authority on it i recive server error
    I read 30.7 Creating a Login Page in the  Fusion Developer's Guide for Oracle Application Development Framework to finde about redirecting user
    and it is using the same as i did from adf tutorials
    I tried to make new navigation app on fast
    maybe i made incorrect change in any stage of my original app
    but I found same behavior
    I tried to set disabled property instead of rendered property the tabs are always rendered   but I got server error when I click on a tab which a user does not authorized
    So I doubt maybe problem in the El or the way I use to control rendering item node
    or there additional step to stop all  the tabs disappear after login
    I hope please some one Help or tell me what i have to read about in the developer guide  or interface developer guide or article on the web
    I'll be gratfule
    I know maybe it is small issue but help me please

    Hi,
    have a look at the sample that comes with this article: Oracle ADF: Security for Everyone It uses resource remissions to authorize panel tabs.
    One test to run is to print the outcome of the security evaluation (e.g. output text) to see what it returns.
    Frank

  • Do i need a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    after having my mbp upgraded  with new m.lion by apple tech service i noticed that applications like iphoto, garageband and imovie are gone
    researched online and was told that i had to acess the `purchase` via AppStore where it asks me to log in with Apple ID and password
    i used the usual admin login and password and didnt work, also on itunes and icloud the similar case
    do i need to register with a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    Just use the same Apple ID and password that you used to access this forum - that's your Apple ID.
    The user name and password on your computer has nothing to do with your Apple ID.
    Good luck,
    Clinton

  • Product number CQ183A can not access setting in EWS keeps asking for admin login and password.

    HP Photosmart 5510d B11H
    CQ183A
    Windows 7, Vista, and Linux
    I installed the printer everything works until I try to access certain settings in the Embedded Web Server.  I pops up a box asking for admin login.  Initially, the status page claimed the Admin password was set even though I never set that up.  Through chatting with tech support rests cleared this, it is now reporting Not Set.  However, I still can not login to check/change settings etc.
    I think this printer had been purchased then returned to the store because the manual was missing.  I downloaded the manual and did not find any mention of how to access the password settings.  So far tech support has not been able to answer my question,
    Is there a default?
    How do I access the EWS settings -> security to setup a password?

    Hello MREnder,
    From what I am reading, you may need to call in to get a factory reset done.  These resets can only be done over the phone.  You can find the number at eprintcenter.com under the support section.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • EyeTV keeps asking for admin login & password!

    I have EyeTV 3.1 installed into my iMac and, as my daily account is a standard user account, everytime I close EyeTV it asks for an admin login and password.
    How do I solve this please?
    Thanks in advance!

    Hello MREnder,
    From what I am reading, you may need to call in to get a factory reset done.  These resets can only be done over the phone.  You can find the number at eprintcenter.com under the support section.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • HT201240 Forgot admin login

    I have a Mac book pro and I am the admin, but haven't logged on for several months. I can't remember my login. Is there a way to change the admin login?

    Yeah, I knew I wouldn't be able to use the discs that came with the other computers.
    Losing all the extra apps on the iBook isn't a problem as it won't be used for much else than the internet.
    I normally wouldn't buy a used computer without the original discs, but it was cheap and I was only using it for my writing, which I then always copied onto an external drive.
    Thanks for all your help, Rhonda

  • My admin login password was recently changed but I forgot it. I didn't get to shut off my mac, it entered sleep so now I cannot enter recovery mode.

    I know it's a bad idea to change passwords when you're stressed but I changed my admin login password and promptly forgot it after 5 minutes (there was a big commotion in the background). The problem is that now I cannot enter recovery mode, I'm stuck with the user login screen. I can log in as a guest just fine, but I need access to my files on the Admin account.
    Lastly, I also haven't linked my Apple ID to my AirBook, so that is out of the question too. What can I do to gain back control over my admin account, without wiping all my data? - Currently running OSX 10.9.4

    Once I get into recovery mode, do I go through the migration set up process? Should I be logged out of my account on the old macbook before I set up the new one? I really thought I knew what I was doing but am seriously confused now.
    Thank you.

  • Whenever I launch firfox through non admin login, I get an alert message.

    Whenever I open firefox through non admin login, I get following alert message. "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    After this, firfox opens but whenever I go to any web page having secure connection like orkut, facebook etc. firefox crashes. It works normally through admin login.
    == This happened ==
    Every time Firefox opened
    == I suppose this started when I updated it to latest version i.e. 3.6.8 ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Thankyou, for contacting Mozilla Firefox, Please join us on live chat so we can better assist you with your issue.

  • Auto policy updates from DC1 to DC2 work but break user and admin login in DC2.

    Auto policy updates from DC1 to DC2 work but break user and admin login in DC2.
    Is there any solution to this ?

    You will need to update your transformation rules to match the URL/hosts for dc2.

  • Pop of Admin login page

    I have created a page where I have buttons like delete and create report buttons. I am able to delete or add row in report(on same page), but whenever I click on delete or Add button, application ask for Admin username and password. Afte giving username/password, operation gets successful. But I dont want this login page to pop after clicking delete or add button.
    I have not written any process which ask application for this pop up. Infact i dont have any idea why pop up is coming.
    To tackle this problem,I tried entering following in OPTIONAL URL REDIRECT in Delete button.
    javascript:confirmDelete(htmldb_delete_message,'DELETE');
    But after that delete button became inactive. I am not able to understand, what is going wrong here:-(
    Please help me to get rid of Admin login Pop up.
    Thanks in advance!!!

    Hi Scott,
    Thanks for reply, my name is Saurabh.
    My workspace is HIGHER ED
    Application can be accessed at following URL
    http://SAURVERM-lap:8080/apex/f?p=400:1:8745831742165032:::::
    Username:Admin
    Password:higher ed
    ====================
    On Customer Page, When you try to Add a Customer and push create button, it takes you first to Admin login page. Same is case with Delete button.
    However, insertion and deletion operations are getting completed after providing Login details. But, I dont want application to ask for login details for addition and deletion of customer.
    Thanks & Regards,
    Saurabh

  • User logins fail; admin login is okay

    I'm running 10.3.9 all the latest updates on a 1 Ghz DP G4 with 1Gig RAM.
    Admin login works fine; three user logins go nowhere... beachball just spins and I have to power off the comp to get out.
    If I log in as Admin user and switch to another login, password is accepted but the desktop remains blank.
    Running the comp in target mode, I can see the files of the various users.
    Disk Utility looses connection (as mentioned in another post), not certain if this is also an iTunes update issue.
    Any ideas?
    Thanks!
    1Ghz DP G4   Mac OS X (10.3.9)  

    After following the information to move iTunes to the desktop, I was able to run Disk Utilities and repaired persmssions.
    However, there was no change in the ability for users to login. These users are managed, not standard.
    I reinstalled OS 10.3 in archive mode, checked logins (which were fine) and installed the 10.3.9 update. Logins are broken again.
    I can change the users to standard and they can login with no problem, but the moment I restrict anything (such as cannot change the dock) the logins fail.
    Changing the users to standard allows logins; make them managed and they fail.
    Certainly seems like a permissions issue, but repairing permissions does no good.
    Any suggestions other than doing a clean install?
    1Ghz DP G4 1 gig memory   Mac OS X (10.3.9)  

  • IViews throwing exception from Non Admin Login?

    Hi,
    I have created some iViews using .Net PDK for SAP.
    I have added these iViews to a page. Then the page is added to workset. I have created a new role and assigned this workset to the new Role. Then I have created a new User and associated this user with the newly created Role.
    Now the problem is whenever I login to portal using new user name and password I am able to see the workset as well as page and iViews. But these iViews are throwing following exception.
    An Error occurred while processing one of the iViews on this page in the .NET server.
    More information:
    1. Default Trace
    Exception id: 10:37_04/10/05_0037_6409650
    However these iViews are running properly when I preview them from admin login.
    What are possible causes/solutions for the above mentioned behavior?
    Thanks for suggestions
    Regards,
    Vikas Khandpur

    Hi Vikas
    You should use the Permission Editor to assign user, group and role permissions to portal objects.
    You can launch the Permission Editor in two ways:
    1. Using the central Permission Editor
    a. Choose System Administration ® Permissions.
    b. Locate the folder or object you want to assign or edit permissions for, right-click it and choose Open ® Permissions from the context menu.
    2. Using the object-specific Permission Editor
    a. Launch the relevant administration tool or editor in the portal.
    b. In the Portal Catalog, locate the object or folder to want to set or edit permissions for. Then, do one of the following:
       i. Right-click the object and choose Open ® Permissions from the context menu.
       ii. Open the object in the editor, and from the Display menu or drop-down list, choose Permissions.
    To know how to set permissions in the permission editor, please refer to the following thread.
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/2604db05fd11d7b84200047582c9f7/content.htm
    As for your doubt on why you are able to view the iViews from an administrator's login,it is because The standard super administer role is assigned maximum access to the entire set of portal initial content. The Super Administrator role is assigned by default to the Administrators group. Therefore, initially all standard administrator users have super administrator permissions in the portal.
    Hope that helped.
    Best Regards
    Priya

  • Dreamweaver CS5 will not open. It shows the splash screen and terminates with non admin login

    Dreamweaver CS5 will not open. It shows the splash screen and terminates with non admin login but works fine with admin login.
    OS - WinXP Sp3
    Things I tried.
    1) Gave full rights on dreamweaver folder in program files.
    2) Disabled welcome screen
    3) Updated to Dreamweaver CS5 11.0.4
    4) Reinstalled
    5) Formated PC
    But issue persists, please help.

    Have you tried deleting or renaming the Dreamweaver configuration file?
    See http://forums.adobe.com/thread/494811
    This can solve many problems and create one in that any snippets that are installed are lost, but you can get them back. Instead of deleting the config file, just name it config.old. When your system is working, just copy the snippets from the .old file to the new one.

  • Make Dropbox non accessible in Guest Acct

    I see in my guest acct that the Dropbox (https://www.dropbox.com) folder is accessible. The other folders are blocked with the "no-entry" symbol. How do I make my Dropbox folder inaccessible to a guest?
    Thanks!

    Interesting - I have Dropbox installed and see the same behavior.
    I would check in with Dropbox's support forums, since they'd have more information than this one. You can simply click on the folder, use cmd-i to open Get Info, then change the permission set to disallow others to read and write (set "everyone" to "no access"), but I don't know if that would affect any functionality of the Dropbox system.
    Matt

  • DMM SuperUser URL :8080/dmsadmin/admin/login redirects and can't access

    For some reason I can no longer access the superuser admin for the DMM. When we connected the DMM to LDAP we had to start using 
    http://SERVERADDRESS:8080/dmsadmin/admin/login
    Where I go there it redirects to
    https://SERVERADDRESS.com:8443/dmsadmin/login/loginView.jsp?goto=http%3A%2F%2FSERVERADDRESS.com%3A8080%2Fdmsadmin%2Fj_spring_dms_security_check
    Any ideas?

    Do a search for the wdbsvr.app file and make sure there is a DAD entry for both the portal and login server and that they are correct.

Maybe you are looking for