Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: admin password not working for lower user

  1. #1
    Join Date
    May 2012
    Beans
    8

    admin password not working for lower user

    I have ubuntu natty narwhal, 11.04 I believe. Installed it myself and feel it was setup correctly, all my tests seemed to confirmed this. I have an admin user and a lower rights user, the lower doesn't require password.

    Now when I want to do anything requiring admin rights in the lower user account, the admin password doesn't work. I was wanting to add another folder to the pictures directory. I have recently tried a few other things and the same issue of this password stops it. When I log into the admin user account, the password works fine. I attempted to change the admin password from in the admin user account and it reported that my passwords were "too alike"; in reality they were significantly different. This issue isn't a caps lock. What can I do from here?

    If I log into the admin user, as I understand it, I can't add programs or add/change folders/files in the lower user; is that correct?

  2. #2
    Join Date
    Sep 2007
    Location
    England / U.S.
    Beans
    277
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: admin password not working for lower user

    The whole point of a restricted user is to restrict what that user can do.
    That's not to say I've not been irked by something similar.

    I have always logged in to an admin account, created the necessary folders etc. and re-assigned permissions to the correct user after.
    Use terminal to do above though, I find it much simpler and quicker.

    If there's a simpler way then hope someone comes up with it but this should get you by until then.
    Linux is not windows // Ubuntu (Quantal:12.10) Guide
    Use descriptive thread titles // Linux... is... not... windows // OSX... is... not... Linux

  3. #3
    Join Date
    May 2012
    Beans
    8

    Re: admin password not working for lower user

    Uh, I know about running necessary programs using admin-password; either in terminal or "run as admin" context menu. What is happening is that the original setup password that i have used in the beginning is not working anymore. When I log into the admin account it does let me log in, so the pw is still valid there.

    If I want to add a new program or change some small thing (in the restricted rights account) I can't do it if it requires a password.

    I tried to reset the password but it wont let me. I assume that I will have to establish a new admin account and delete the old one.

  4. #4
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: admin password not working for lower user

    Quote Originally Posted by win22lin View Post
    I have ubuntu natty narwhal, 11.04 I believe. Installed it myself and feel it was setup correctly, all my tests seemed to confirmed this. I have an admin user and a lower rights user, the lower doesn't require password.

    Now when I want to do anything requiring admin rights in the lower user account, the admin password doesn't work. I was wanting to add another folder to the pictures directory. I have recently tried a few other things and the same issue of this password stops it. When I log into the admin user account, the password works fine. I attempted to change the admin password from in the admin user account and it reported that my passwords were "too alike"; in reality they were significantly different. This issue isn't a caps lock. What can I do from here?

    If I log into the admin user, as I understand it, I can't add programs or add/change folders/files in the lower user; is that correct?
    The only difference between a user that has sudo rights (i.e.admin user) and a regular user (i.e. "lower user") is just that -- the ability to use sudo to issue commands as the root user. The root user is the user rights are what you need to change permissions on any file or folder.

    I always login with my user account. When I need to run a process as root (user) I use sudo to achieve that. An example would be this
    Code:
    sudo fdisk -l
    Why do you feel you need a second user that can't use sudo during use? In addition, why would you set this up and then want to have sudo rights from a user that you explicitly denied those rights to?

    What do you think the "lower user" is for? I would read the information on sudo located here or one of these sites.
    -BAB1

  5. #5
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: admin password not working for lower user

    Quote Originally Posted by win22lin View Post
    If I log into the admin user, as I understand it, I can't add programs or add/change folders/files in the lower user; is that correct?
    No, that's no correct. A user with access to sudo can do anything, including install and remove software, or mess about with files in another user's home folder.

    However, just because a user has the ability to elevate their privileges doesn't mean they're running as root all the time. This is not like Windows of old, where an "admin account" was a security risk. Under Ubuntu's security model a user only takes on admin powers when they're required, and only for a short time. After making whatever changes required elevated privileges the user goes back to being a normal user automatically.

    Most Ubuntu users use a single account with sudo rights. This is a bit different to the traditional Linux method of having separate root and normal user accounts.

  6. #6
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: admin password not working for lower user

    Quote Originally Posted by win22lin View Post
    Uh, I know about running necessary programs using admin-password; either in terminal or "run as admin" context menu. What is happening is that the original setup password that i have used in the beginning is not working anymore. When I log into the admin account it does let me log in, so the pw is still valid there.

    If I want to add a new program or change some small thing (in the restricted rights account) I can't do it if it requires a password.

    I tried to reset the password but it wont let me. I assume that I will have to establish a new admin account and delete the old one.
    An admin's password will never work in a restricted user's account, or any other account, for that matter.

    I suggest you switch your restricted account to an admin account.
    Jane, stop this crazy thing!

  7. #7
    Join Date
    May 2012
    Beans
    8

    Re: admin password not working for lower user

    Okay that is the snag, it is just one more security level and not only does it apply to the windoz crowd but I have heard some linux people doing it as well. I just assumed it was commonly known, maybe not liked by the majority.

    The issue is that the admin password worked and now it doesn't. Regardless of how I run ubuntu, the facility is there and I should be able to use it.

    If I had allot of things to do I would certainly log in as admin and do them.

    Can ubuntu share files between user accounts? Can the admin account change/move files and folders in a lower user account?

  8. #8
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: admin password not working for lower user

    Quote Originally Posted by win22lin View Post
    Okay that is the snag, it is just one more security level and not only does it apply to the windoz crowd but I have heard some linux people doing it as well. I just assumed it was commonly known, maybe not liked by the majority.

    The issue is that the admin password worked and now it doesn't. Regardless of how I run ubuntu, the facility is there and I should be able to use it.

    If I had allot of things to do I would certainly log in as admin and do them.

    Can ubuntu share files between user accounts? Can the admin account change/move files and folders in a lower user account?
    We've been trying to tell you -- There is no admin account. Any user that has sudo rights can assume root powers. Root has complete control over the system. Admin in this case is a verb not a noun.
    -BAB1

  9. #9
    Join Date
    May 2012
    Beans
    8

    Re: admin password not working for lower user

    yes, i got out-typed. Not so fast with the keyboard, here

  10. #10
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,621
    Distro
    Ubuntu

    Re: admin password not working for lower user

    You can use the su command to switch users.

    Code:
    su username
    Use the password of the user you're going to use.

    But it's by far simpler just to log into an Administrator account.

    Linux is a permission based system.

    https://help.ubuntu.com/community/FilePermissions

    Once you get used to how permissions are applied, sharing between various users is quite simple.

    By default, Ubuntu gives permission for user folders/files as owner=all, group=access, and other=access.
    Only the owner of any file/folder can change the permissions, without escalated privileges.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •