Access to Resources via Non-admin accounts

Is there any way to provide access to resources so that they are accessible via
non-admin accounts. For e.g. to Retrieve my JMSConnectionfactory i do a
Environment env = new Environment();
env.setProviderUrl(url);
env.setSecurityPrincipal(username);
env.setSecurityCredentials(password);
Context ctx = env.getInitialContext();
The username and password here is the admin account. This works fine but if i
use a non-admin account(member of Operators group), i get exceptions on Domainloghandler
runtime
Problem: I need to register a mbean that needs to access JMS Resources. Since
our deployment team doesnt want to provide us access to admin accounts, we use
a "operators" group account to register our mbeans. if i do this, i get a
Access not Allowed for subject:principals=[operator, Operators], on ResourceType:
DomainLogHandlerRuntime Action: execute Target: registerToMe.
This happens when my managed resource tries to access a JMS ConnectionFactory.
Instead if i register my mbeans using the admin account, everything is fine and
my managed resource works nice.
This is on weblogic 81 SP1 on Solaris. Please let me know if you need more details.
Any clues/hints/solutions greatly appreciated. There is not a lot of documentation
on how to access/register mbeans using non-admin accounts.
TIA
Raj

I have done some more debugging on this and have narrowed down the issue to the
location where my initialcontext is being obtained.
so if i register my mbean as a non-admin account and do an operation on the managed
resource which fetches initial context, i get the below exception. This is how
i get my initialcontext
weblogic.jndi.Environment env = new weblogic.jndi.Environment();
env.setProviderURL("t3://machine:8102,machine:8103");
env.setSecurityPrincipal("operator");
env.setSecurityCredentials("operator");
Context ctx = env.getInitialContext();
I am doing this from a mbean thats registered on a different managed server(t3://machine:8101)...
Whats wrong with this?
TIA
Raj
"Raj" <[email protected]> wrote:
>
Is there any way to provide access to resources so that they are accessible
via
non-admin accounts. For e.g. to Retrieve my JMSConnectionfactory i do
a
Environment env = new Environment();
env.setProviderUrl(url);
env.setSecurityPrincipal(username);
env.setSecurityCredentials(password);
Context ctx = env.getInitialContext();
The username and password here is the admin account. This works fine
but if i
use a non-admin account(member of Operators group), i get exceptions
on Domainloghandler
runtime
Problem: I need to register a mbean that needs to access JMS Resources.
Since
our deployment team doesnt want to provide us access to admin accounts,
we use
a "operators" group account to register our mbeans. if i do this, i get
a
Access not Allowed for subject:principals=[operator, Operators], on ResourceType:
DomainLogHandlerRuntime Action: execute Target: registerToMe.
This happens when my managed resource tries to access a JMS ConnectionFactory.
Instead if i register my mbeans using the admin account, everything is
fine and
my managed resource works nice.
This is on weblogic 81 SP1 on Solaris. Please let me know if you need
more details.
Any clues/hints/solutions greatly appreciated. There is not a lot of
documentation
on how to access/register mbeans using non-admin accounts.
TIA
Raj

Similar Messages

  • Can't login to local NON-admin accounts-Directory Access set to server

    I have a strange problem on a set of laptops that I cannot resolve and am hoping someone can help me.
    Here is the issue:
    I have a set of building laptops (PowerPC, OSX.4.11) that seemingly will not "search locally" in the authentication process. The logins seem to work fine for NETWORK logins to our Open Directory Master xserve, but these machines will not login to any LOCAL non-admin accounts. The local root and local admin account logins do, however, work fine. ?? The remainder of the building computers (Intel iMacs OSX.4.11) appear to have the exact same settings and login fine both locally and via the network home directories.
    I have tried the following:
    Deleted DirectoryService preferences folder (MacintoshHD-->Library-->Preferences->DirectoryService)
    Deleted the mcx cache in Directory Access
    Tried adding a new non-admin user to test (still will not login)
    Removed and re-created LDAP configuration (all set to custom)
    Tried setting the LDAP to the automatic settings ("Add DHCP-supplied LDAP servers to automatic search policies")
    Disabled all network connectivity (turned off Airport and disconnected the ethernet cable), still cannot login to local accounts
    Tried to bind in LDAP configuration (when I did bind the machine, it would no longer authenticate to the network authentication server, so I did an "unbind" and restarted and it went back to performing the network logins, but still will not login to local non-admin accounts).
    Reset passwords in System Prefs and also re-typed them in NetInfo Manager
    Deleted login keychains
    Deleted mcx.plist
    Reinstalled the OS from disk and local logins worked TEMPORARILY--UNTIL I set the LDAP directory access to authenticate to our server (which I also need for the network logins to work),then, the issue started again.
    *Same results with both ethernet and wireless connectivity enabled.
    *Note: I also manage these local accounts via WGM (installed on the local machine) and even tried disabling that and still no luck.
    Please help...I have spent hours and hours trying to find a solution and nothing seems to work! What am I missing??

    Mostly just a bump...
    How about that .local extension, or trailing / ?

  • Screen sharing to OS X Lion Server with non-admin account

    I have set up a Lion Server with one admin (in addition to the root user) and several non-admin normal accounts. In Server.app, I have enabled remote login with ssh, and remote management via screen sharing.  I am unable to use Screen Sharing to connect to the server from the non-admin accounts, but able to use the admin account. I've read that it is only enabled for admin users, but need to access from non-admin accounts, and I can't add these accounts to the admin group. Is there a way to do this with Workgroup Manager? I tried changing the Remote Management settings in System Preferences by adding the non-admin, but when selecting 'Observe' and 'Control' in the options for the user, they are not saved.

    I resolved this issue by deselecting the "Enable screen sharing and remote management" in Server.app and going to System Preferences, Sharing Preferences, Screen Sharing, and allowing access for "All Users".  If you have some users you want to allow VNC, you can create a group, add the allowed users to the group, and add the group under "Only these users".

  • Installing apps from non-admin account

    I read an earlier post that installing apps from a non-admin account is a bad idea because SL applies the wrong permissions. I normally install from a non-admin account.... I don't see that the permissions on stuff I've installed are any different from apps that came with SL. Most everything is drwxr-xr-x. Was this fixed, or am I missing the problem.

    KJK555 wrote:
    +"That isn't a problem at all. Applications should not require that the user have write+
    +access to the application."+
    I didn't say anything about a user having write access permission, I was talking about read
    permissions. All apps installed in the /Applications directory should have group permissions
    set to admin or wheel (depending on the type of app), so the system can read them without
    problems. That's the Unix way.
    I completely disagee. The system already has read permission to all applications in the /Applications folder. It doesn't matter what the group privilege is set to. The "other" permissions are set to read only. System (root) can read it regardless. If you can show me an Apple tech article that says that apps installed in the /Applications folder should have their group privilege changed to "admin" or "wheel" then I would gladly take that back.
    +"Leopard does not put any ACLs on anything installed in the /Applications folder"+
    That's right, it doesn't normally, but if it finds an app that it does not have permission
    to read, it will assign an ACE(s) to it so that it can access it.
    I just tested that in 10.5.8, and it does not happen as you say. I can't try it in 10.6. I'd appreciate if you could provide a specific example where you can make this happen.
    Besides, all users, by default, have read only access to all applications. Unless a user specifically changes permissions on an app to deny read access to everyone, then this isn't an issue.
    http://discussions.apple.com/thread.jspa?threadID=1875193&start=60&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1866808&start=15&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=8776714&#8776714
    http://discussions.apple.com/thread.jspa?threadID=1850256&start=30&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2351437&start=15&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=9447059&#9447059
    http://discussions.apple.com/thread.jspa?messageID=9067640&#9067640
    I know what ACLs are and how they work. I have read through those and cannot find in any of those threads anything about what you had been talking about.
    +"That is also false. Root rights are granted by the user entering the admin username+
    +and password when prompted. It does not matter where an application is installed in+
    +order for it to be given root permission."+
    http://support.apple.com/kb/HT2963
    "Application installers, Applications folder
    A third-party application installer incorrectly sets permissions on the files it installs,
    or even the entire Applications folder. Symptoms of the Application folder's permissions
    being set incorrectly include applications appearing in the dock as question marks, and/or
    not being able to connect to the Internet. It is also possible that software installed while
    logged in as one user will be inaccessible when logged in as another. To avoid this, make sure
    you are logged in with your normal user account when installing software that you wish to use
    with that account."
    That has to do with third party installer apps that developers have not written properly to conform to OS X standards. It isn't an issue with applications that install by drag-and-drop. It sounds to me like you have looked at the permissions that Apple has put on its own apps and jumped to the conclusion that third party apps won't work unless they have the exact same permissions applied to them. That simply isn't true.
    "Software access=user access
    Most applications executed by a user only have access to the files that the user has access to.
    Backup software, for example, may not back up Mac OS X system files that have root ownership."
    Utilities, especially disk utilities, are to be installed in the /Applications/Utilities folder, for reasons
    stated above.
    No. That is completely wrong. Like I said earlier, an application is given root permission by user authentication. It matters not one little bit what the application's enclosing folder is. I personally have no third party apps in /Applications/Utilities; just what Apple puts there as part of a standard OS X installation.
    More permission tips:
    http://www.bombich.com/mactips/image.html
    http://mostlyslow.blogspot.com/2009/04/technical-mac-os-x-permissions-issues.htm l
    Have you even read those? I suggest that you do; because most of what you have written about how file/folder/application permissions in OS X is completely wrong.

  • Lightroom 3 asks for serial number launching in non-admin account

    The following information was provided by Carey Burgess (Adobe Employee):
    Does Lightroom 3 launch and work fine in an admin account, but when you launch the application in a standard (i.e. non-admin) account it asks for a serial number?
    If so, then it is likely due to a file permissions issue either in the original (admin) account or with the standard account.
    (Although you need administrator access to install Lightroom, and you do need proper access permissions to your photos, you should be able to run Lightroom without issue in a standard user account.)
    Lightroom 3 stores registration data (the serial number) in a file called Lightroom 3.0 Registration, which is stored by default in one of these locations:
        * Mac OS: /Library/Application Support/Adobe/Lightroom
        * Windows XP: C:\Documents and Settings\All Users\Application Data\Adobe\Lightroom
        * Windows 7/Vista: C:\ProgramData\Adobe\Lightroom
    -  Check for the registration file in the appropriate location for your system.
    If the file does not exist in that location, then ensure you are logged in with the admin account (the one where Lightroom doesn't prompt for a serial number) and check the user-specific location instead:
        * Mac OS: /Users/YOUR USER NAME/Library/Application Support/Adobe/Lightroom
        * Windows XP: C:\Documents and Settings\YOUR USER NAME\Application Data\Adobe\Lightroom
        * Windows 7/Vista: C:\Users\YOUR USER NAME\AppData\Roaming\Adobe\Lightroom
    If the file exists in the user-specific location instead, then I would suggest that you ensure that you have quit Lightroom, and then move the registration file from the user location to the default system-wide location. Lightroom should now no longer prompt for serial number when you open it from a non-admin account.
    If the registration file did (or now does) exist in the default system-wide location, but you are still being prompted to enter a serial number when opening Lightroom in a standard user account, then that account does not have sufficient access permission to the registration file.
    To resolve this aspect, there are two possible solutions (the first being the recommended solution):
    1. Change the access permissions on the Lightroom folder that contains the registration file to grant "Read" access for the standard user account. (You can do this for each account individually, or you can use a broader group like Everyone.)
    For more information about changing permissions, see one of these articles:
        * Windows XP: http://support.microsoft.com/kb/308419#4
        * Windows Vista/Windows 7: http://windows.microsoft.com/en-us/windows7/What-are-permissions
        * Mac OS: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8342.html
    2. Copy the registration file from the system-wide location to the user-specific location for the standard user account. (You would need to repeat this step for each standard user that needs access to Lightroom.)
    Reply here if these steps do not resolve your issue, or if you have any questions.

    Months ago, I had a routine clearout of old software boxes etc and chucked out my Lightroom 1.0 box. A couple of weeks ago I reinstalled Lion on my mac to find that I cannot register Lightroom. I have the 3.0 upgrade serial, the 2.0 upgrade serial, but the 1.0 was on the box..
    I followed the instructions above to find the files in crashplan form before the fomat that hold the registration details. I have tried placing them in the location described, but it doesn't seem to work.
    The serials (or something) are in the file, but given in the string that is difficult to decipher - and doesn't work in the registration screen, wrong size and a mix of letters and numbers rather than just numbers as my 3.0 serial is.
    Any suggestions for what I could do? Could I send the strings in to Adobe to be deciphered? Perhaps move files around a bit more?
    Thanks in advance,
    Rog.

  • Reader X will not open (non-admin account)

    I installed Adobe Reader X on an admin account for the computer. On the non-administrator accounts, Adobe Reader X will not open. There are no error messages or anything - it just will not open in non-admin accounts. Is there a setting I've overlooked to allow other users to access it?

    How do you open the Reader on the non-admin account - directly (from the Start menu or desktop shortcut), or by double-clicking a PDF file?
    After you do that, can you check with the Task Manager's Processes tab if AcroRd32.exe is running?

  • Can't run programs from non-admin account: redux

    Background: I have years of experience with PCs, very little with Macs. I work with children in a group home. The tech support people who set up this iMac (OS X 10.2) have long since departed, and no one in the organization has any clue as to what changes they made to this system, and I'm sure that those tech people made some changes. For example, in admin accounts other than "root," either there is no access to the Utilities folder or the folder has been well hidden.
    The Problem: The boys in this home will use a non-admin account. The programs I have installed for them will run under admin accounts but not under the "boys" account, which is non-admin. The system tells me that the account does not have enough access privileges to run the programs. (Program that had been installed before I got access to this iMac will run under the "boys" account.)
    In discussions on this forum several months ago, I thought the answers I got here had helped me solve the problem. Then, for administrative reasons, I did not touch the iMac until last week. What I thought had been solved is not solved.
    From "root," using the "Capabilities" option in the Accounts folder, I have added to the "Add other applications..." section the programs I want "boys" to have access to. But this doesn't work. When I log in to "boys," access is denied: insufficient access privileges.
    If I give up on this system, the boys will not be able to use this iMac, and that would be a shame.

    I realize that it sounds like I ignored all the previous advice before I drafted this latest post. But the first thing I did when I returned to the iMac was to look at the posts.
    I didn't touch the system for six months. I was waiting for approval from administration to upgrade the OS. By the time I got the approval, upgrading was no longer an option -- according to the manager of the local Genius Bar. This system is not capable of running 10.5, and Apple will no longer sell 10.4. I can find 10.4 on the Net, but those are private sellers and the price is too high.
    Now that I've got that out of the way, the current task: I have no idea why, but the gains I accomplished six months ago have disappeared. The "boys" account can run none of the software I installed. No one else has touched the system. (I live alone.)
    I logged on as "root" and went to Accounts. Using 10.2's Capabilities function, I tried to check all the boxes for "boys." But when I close the screen and then re-open it, the system has unchecked "Open all System Preferences"; "Change Password"; and access to "Utilities."
    At this point I cannot create new folders under "boys." "boys" can run software that was installed before I got the machine, but that's all.
    I have to assume that I inadvertently did something that wiped out my previous gains. But I ain't got a clue.

  • Can't run programs from non-admin account

    I'm new to the Mac and rusty with -- but not new to -- UNIX. I'm working with an iMac running OS X 10.2. I have installed several programs in a non-admin account (called "boys"), but they will not run from that account. The "get info" screen tells me that the "boys" account is the owner of the program. Read/write permission is enabled. When I try to run the programs, I get this error message: "The operation could not be completed because you do not have enough access privileges." I have installed the same programs in an admin account, and the programs run just fine from that account. I'd like to get this working so that the boys in the "boys" account can actually use the system. I have "inherited" this system from prior users. Programs that were on the system when I got my hands on it do run -- for the most part -- from "boys."
    iMac Mac OS X (10.2.x)
    iMac   Mac OS X (10.2.x)  

    Thanks for the reply, Ken. My various unsuccessful attempts to solve this problem led me to create a folder named "Programs." (I know, my PC roots are showing.) I did this for two reasons: 1) I hoped that this would give me more control over what was happening; and 2) I wanted to give the children with whom I am working an easy way to find the programs that I want them to use. When I use < cd /users/boys > and then do an ls- l, I see the Programs folder. An ls -l on that folder shows all the program I have loaded and indicates that the "x" permission is applied to owner, group and others. Moreover, I assumed (incorrectly, perhaps) that installing the programs using the "boys" non-admin account would make them the "owner" of the programs and that "x" permission would follow. Well, ls -l indicates that they are the owners and that they do have execute permission. I can only guess that the prior users of this system -- and nobody in this organization seems to know where they are -- did something that requires more than Advil to overcome.
    J...
    iMac Mac OS X (10.2.x)
    iMac Mac OS X (10.2.x)

  • Problems with libraries and plugins - non admin account

    I''ve got a couple of problems with a fresh install of photoshop on my windows Windows 7 64 bits system.
    1. Libraries panel does not work. It displays the following error and interaction is not possible:
    2. 3rd party plugins would load their content.
    3. In the Creative Cloud Application the apps tab would load and displays the "download error" message:
    The funny thing is that all the above errors don't occur on the loacl admin account. So I think this might be a permission problem. I think the most easy sollution would be to work under the admin account, but sadly that's no option (company policy). I am able to extent the rights of the useraccount I work on, but I don't know in wich folders the software needs write permissions. The both Adobe folders in program files and program files (x86) I already changed to full acces for all users. Can someone please help me?

    Problems with libraries and plugins - non admin account https://forums.adobe.com/people/pippyn%20stortelder
    This is a permissions Error.  The other accounts on the computer do have permissions to use / change the administrator settings of these particular items.
    There are two ways you can fix this. 1.) contact the admin of the system and let him know your accounts need read access to these items
    My Preferred method is:
    If you are on a Windows Account, then you can choose those items to run in Administrator mode for all people.  ( win7,64bit )
    Right click the infinity system for creative cloud (creative cloud icon - you would normally click to start the program. (not the one in your service tray, but the one in your menu area with the square red on it.
    choose/click on properties
    choose/click compatibility (tab at the top of the window)
    Last boxed option on this screen is: Run Program As Administrator,  Click that check box.
    Click on  Change Settings for All Users
    in the window that comes up again choose, put an X in the box-  the last option, Run Program As Administrator - Click Apply
    Click OK
    Click OK and the opened preferences window should now be closed.
    You should be able to simply invoke the Cloud app now. But you might want to reboot to safe.
    Depending on the installation methods used for your add-ons, you may have to perform this same process for all add-ins.  I believe that would depend on which account, first installed the add-on and what level of permissions they have.
    Good Luck
    ~elaine.

  • Run software update in non-admin account?

    I did some searching through past posts, but the most recent one I found was several years old.
    Is there any way to run Software Update automatically in a non-admin account?  I run in a non-admin account unless there's some task that really needs admin privileges to complete, for security purposes, but having Software Update not run automatically is rather suboptimal for security.
    So, is there any way to get Software Update to check for updates automatically from a non-admin account? (I'm not averse to using the crontab or launchd, if necessary—I've never done it before, but given instructions, I'm sure I could figure it out.
    Thanks in advance!

    Did some research on this the other day, to see if i could get Software Update to run in the middle of the night like Windows can do.
    Software Update requires Root powers, so when you give it your Admin Password your opening a sudo window of 5 minutes for it to complete it's task.
    Software Update doesn't check for updates while in Standard User becuase Standard Users supposedly can't do anything about it anyway and it would be a obvious distraction. "Mommy the computer....!!!"
    Apple should have a option in Software update preferences to let certain Standard Users know a Software Update is ready just for the purpose your explaining. I run in Standard as well.
    I ran some Software Update commands via the Terminal for a launchd just to see what I could do.
    Apprantly one can DOWNLOAD updates automatically with launchd in Admin, but not install them because of the need for sudo.
    I just misssed a perfect opoortunity (todays update) to run a launchd to do automatic downloads of Software update, then see how to go about installing them afterwards. So fsck me, I'll have to wait now. (unless i use my other machine! ahhh!!)
    Anyway the program you want is this little gem: Lingon 
    it's on Sourceforge (grab the image)
    Ok so that takes care of the Software update downloads (man softwareupdate in Terminal for commands)
    /usr/sbin/softwareupdate --download --all
    Will do the automatic downloads, now it's just a script away to let you know ( a nice pop up window) that you have something in your folder where the Software Update just downloaded into.
    That's the next question is where that is and how to run it.

  • Making non-admin account

    I've been using an admin account for everything (no scolding please), but am considering using a non-admin account instead.
    Seems to me easiest would be I could simply change it from admin to non-admin, and back again when necessary. Would there be any problems doing it this way?
    Or must I create a new, non-admin account and copy / migrate my current home folder from the admin account, and as much else as possible, over? If I have to go the second route, what's the easiest way to do that? Thanks.

    Thanks Kiraly, Yeah, I think that's what BD had in mind when he said make sure to have another working Admin account before changing to non-Admin.
    I've just been doing a little experimenting. I already have another Admin "test" account. What I've noticed is I can use the password from that one in the "main" working Admin account, but not the other way. Strange. Tried logging in to the "test" account with the "main" account password, but it wouldn't let me. But no problem logging in to the "main" account with the "test" password. In any case, since I've already got another working Admin account, it should be no problem, as you say, to change this one to non-Admin and use the test pword to authenticate when necessary.
    *BD, if you're reading this,* you didn't think it would be all that dangerous to keep this one Admin. referring, I suppose, to the low risk of my wreaking havoc to the system files and data. Apart from the issue of my wife also using this account--and I actually don't think she'll do anything bad--isn't the main risk supposed to be a security one? That, navigating with an Admin account, some sort of rootkit, backdoor or keylogger, or whatever, might have unimpeded access to the system itself?

  • IChat doesn't display OD users for non admin account

    I have a Mac Mini SL server with iChat service running. When I add an Admin account (Account with admin privilege to work group manager) it can see other accounts and groups. However, when I add a non admin account it doesn't see any user nor group!
    Checking the iChat logs, I can see the non admin account logging in and being authorized:
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: [14] [::ffff:192.168.1.29, port=50799] connect
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: [14] SASL authentication succeeded: mechanism=DIGEST-MD5; authzid=[email protected], TLS negotiated
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: odauth_check_servicemembership: checking user "user" access for service "chat"
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: odauth_check_servicemembership: mbrcheck_servicemembership returned 0
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: odauth_check_servicemembership: user "user" is authorized to access service "chat"
    Oct 24 13:49:59 qserv jabberd/c2s[1631]: [14] bound: jid=[email protected]/Luminous
    Oct 24 13:49:59 qserv jabberd/sm[1629]: session started: jid=[email protected]/Luminous
    All clients are Mac OS X 10.6

    Tim Harris wrote:
    odauth_check_servicemembership: user "user" is authorized to access service "chat"
    This means that this user is not allowed to use the iChat services. In sever admin - access, you get to set who or what type of users / group, etc is allowed access to which services. Did you check that?
    Unfortunately I don't see that! I'm using Server Admin 10.6.3 and when I click on the iChat service it displays three tabs only; Overview, Logs, Settings where settings has two sub tabs (General and Logging).
    There isn't any option where I can define whom can or cannot access iChat service in Server Admin.
    Under the Setting's General tab I have:
    Host domains set to: qserv.xxx.net
    I also have my SSL Certificate selected
    Authentication: Any method
    Enable XMPP server-to-server federation is not checked

  • Sharing external hard drive from non-admin account

    We have 2 G5 Mac's in our prepress dept. at work. There is one external FW hard drive shared from G5 #1. I decided to turn the account I use on a daily basis to a non-Admin account (on G5 #1). When I do this, G5 #2 can no longer access the FW drive that is connected to G5 #1. It doesn't even show up on G5 #2 in the list of volumes to mount. As soon as I turn the account on G5 #1 back into an Admin account, G5 #2 has access to the FW drive. I've tried changing permissions on the drive and checking "Ignore ownership on this volume" all without success. No matter what I try, G5 #2 can only access the FW drive if G5 #1 is set up as Admin. Is this normal or am I missing something? Both G5's are running Tiger 10.4.11.
    Eric S.

    I knew what Sharepoints was but I had never used it before. Since your last post on this topic, I downloaded and installed it. I still can not make the external drive accessible to the other Mac unless my account is an admin account. Maybe I'm missing something in Sharepoints or have a wrong setting somewhere.
    I'm just beginning to mess around with Terminal and Unix commands so I have no idea how to do what I'm trying to do from Terminal.
    Thanks,
    Eric

  • Restoring admin account from non-admin account

    For a while I've had a problems booting and logging in, which is either a HD or corruption problem, but once in to my admin account, I'm fine for the rest of the day. (This isn't a question about these problems, I know I must do something separately about that.)
    This morning I had greater problems than usual, followed by a problem in my admin account - having saved a document once, the next time I got ("[document] could not be saved"). So I restarted, but couldn't get from my login account to my main admin account (after the login details box disappeared, I was left with the empty Leopard splash screen). A second restart brought the same result. I can assume my admin account has some corruption?
    I'd like to restore the admin account from the Users folder on yesterday's Time Machine backup, but how do I do that from one of my other accounts, all of which are non-admin accounts?

    christopher rigby1 wrote:
    2. They put Leopard on my machine as - incredibly - they didn't have Tiger install disks, but they couldn't give me the Leopard install disks so I can't do a system restore.
    That's a violation of the license. Legally, you're running pirated software. Worse, you can't restore OSX or Apple apps, repair your internal HD, do a full system restore from your TM backups, etc.
    You need a retail Leopard disc, period. If the folks who installed it won't supply it (you might gently suggest that you'll report them to Apple), call AppleCare and pay the $129. If you're going to run Leopard, you need to pay for it.
    Or, return to Tiger. On your EHD running Tiger, use the Restore tab to copy the entire Tiger OSX volume to the internal HD. Be sure to check the +Erase destination+ box. That will, of course, erase everything on your Leopard installation. You might be able to copy some of the data elsewhere temporarily, then copy it back, but any data used by Leopard may not work with the Tiger apps.
    I've now determined, by trying to login to the iMac HD via Restart+option that my admin account is corrupted - I can login to every other account but not that one.
    However, as I explained, i can see all its folders and files via the Tiger account with the same name and password. Here is a possible action plan, let me know what you think?
    Does that sound workable?
    Doubtful.

  • ITunes sharing on Vista non-admin account

    I've looked fairly hard and can't find any reference to exactly this problem. Any ideas?
    Setup is a home network of 3 macs and 2 pc laptops, based around a NetGear DG834Gv2. 2 macs running 10.5.4, other mac running Tiger, PCs running Vista. All updates applied.
    All iTunes sharing works across all machines except that the Vista laptops won't access the shared music on the other machines when using a non-admin account. They work fine when logged in as admin but give "can't access shared library (-39), Check firewall allows access to port 3689" etc. when logged in as normal user. The Windows Firewall is off and I've tried turning off the Norton firewall that was pre-installed as part of the security setup - no different.
    The macs can see the music shared from the PCs - just not the other way round.
    Help!
    Thanks,
    Pete

    I have the same setup as yourself (standard user for everyday use, admin user for software install and system settings change) and I was able to set up FMM in the admin account with no problems, except some pre-requisites: while logged in to the admin profile you have to 1) install the Lion HD Recovery Update, 2) enable location services in the Security & Privacy PrefPane and 3) enable Wake For Network Access in the Power Adapter section of the Energy Saver PrefPane.
    I didn't want to set up iCloud sync in the admin profile but Apple made me to. Anyway, it seems I don't have to stay logged in to the admin account for FMM to work. You'll notice that, even though FMM has been configured on the admin account, it will still appear as "authorization required" in the standard account.
    I hope this helps.

Maybe you are looking for

  • Cant get more than 400 songs

    Hi, I've been having a problem with my iPod where it crashed iTunes if I tried putting anything on it. Sometimes it would also crash iTunes just by connecting. And in rare occasions it could cause a blue screen of death. I recently got it restored an

  • Why the Q, Not a Progress Bar?

    I have a page-o-Qs for the Quicktime movies on my iWeb page. Yes, the movies are a bit over 12MBs, but that's because I want them to retain quality. I am not willing to showcase pixelated junk. The trade-off seems to be that my Movies page is a page

  • Availability monitoring using CCMSPING..

    Hai, Iam facing problem in Availability monitoring using CCMSPING. CCMSPING is installed on CEN system which is a SOLUTION MANAGER system with SAP_BASIS - Release 702 and Level - 0002. (SAP EHP 1 for SAP NetWeaver 7.0) We have 4 Production systems in

  • Additional Assignmsnts DFF

    Dears, 1- We setup the (Additional Assignment Details) Descriptive Flexfield (DFF). 2- Apply all our segments on (Global Data Elements). 3- Apply data on the attributes for the employees. 4- Later on we decided to separate the attributes based on Bus

  • Using DTW for bp

    hai experts,                i am having problem to upload bp while using data transfer work bench.                 it gives the error no-<b>65171</b>                 pls send quick reply