Results 1 to 4 of 4
-
06-17-2008, 07:41 PM #1
- Member Since
- Sep 04, 2006
- Posts
- 63
Missing user account after joining domainFirst off - I messed up. I now know I did. Any help to get me out of this sticky wicket is duly appreciated.
It all started when I tried to bind my MacBook (running 10.5.3) to my Windows SBS2003 domain. Everything went great, and all worked fantastically until I logged off and in with my domain name for the first time. On login it asked if I wanted to create a mobile profile, to which I said yes. When this failed I got the first sign that something was wrong.
Wanting to rectify, I logged out of my domain account and went to log back in using my local Macbook account, which I've been using for months and months without problem. Imagine my shock when I realised that this had disappeared!!
I quickly realised that this will have happened because my local account and domain account both shared the same username - 'brian'. I'm guessing that when I logged in using the domain account it replaced my local one. Nightmare.
Quickly I logged back in to my domain account and dropped out to terminal. At least my fears were partially alleviated here - looking in /Users/Brian I noticed that all my old folders were still there. Unfortunately they are listed as owner 501 and group staff, with permissions drwx----------+ so I can't access them on my domain account.
Someone please tell me how I can get back to these files, as I've all sorts of photos etc in iPhoto in my local account. How do I get these back, or at least get access to the old directories so that I can copy them out onto an external drive before performing any type of recovery on my macbook?
Any help truly, truly appreciated. I know now that using the same username was problematic - I guess I thought it would work as windows, with the two accounts being labeled brian and brian.domain, where domain is the domain name.
The small consolation is that my macbook joined the domain swimmingly and is working grand in that respect - I just need to get back to my files in the old local user account.
Please someone help!!
-
06-17-2008, 08:10 PM #2
- Member Since
- May 22, 2005
- Location
- Closer than you think.
- Posts
- 2,159
- Specs:
- Performa 6116 2GBSCSI 8MB OS 7.5.3
try this in the terminal while logged into the domain account. the sudo command will ask you for a password.
sudo mkdir /Backup
sudo cp -Rv /Users/brian/ /Backup/
you should see verbose output of what it copies.
If it fails, try enabling the root account to run those commands. While logged in as root you won't need the sudo part.
-
06-18-2008, 07:15 AM #3
- Member Since
- Sep 04, 2006
- Posts
- 63
thanks for this! I've managed to now get all my data off the laptop, so you're a legend already. Just to put the icing on the cake, do you know of a way to reinstate my old, local user account, or am I going to have to do a reinstall?
-
06-18-2008, 07:09 PM #4
- Member Since
- May 22, 2005
- Location
- Closer than you think.
- Posts
- 2,159
- Specs:
- Performa 6116 2GBSCSI 8MB OS 7.5.3
I would guess that since you have all your data back, you might want to unbind from the domain. Create a new user, log in as root and the do the same command again/
this time,...
cp -Rv /Backup/ /Users/newusername/
I think the command is correct. I think the permissions may propagate from the home directory. Give it a rip.
By just unbinding, your account may come back on line. I might try that before the copy command.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Sharing Only User Account Missing in Account Preferences Pane
By Raizen.Z09 in forum macOS - Operating SystemReplies: 0Last Post: 07-15-2011, 12:57 AM -
Created a new user account, but applications are missing
By Juliabean in forum Switcher HangoutReplies: 1Last Post: 10-09-2009, 08:37 PM -
Joining an SBS2003 domain
By tomtsr in forum macOS - Operating SystemReplies: 5Last Post: 04-06-2007, 04:32 PM -
user account name on top menu--missing!
By roxydiva4 in forum macOS - Operating SystemReplies: 3Last Post: 03-28-2006, 08:28 PM -
Would joining un-secure networks with standard user account reduce risk?
By AlexN in forum Schweb's LoungeReplies: 4Last Post: 10-17-2005, 11:54 AM