Results 1 to 2 of 2

Thread: Problem disabling Keyring

  1. #1
    Join Date
    Feb 2008
    Beans
    43

    Problem disabling Keyring

    Hey guys, I followed the following instructions to bypass the keyring prompt everytime I start Ubuntu:

    Install libpam-keyring and add to the end of /etc/pam.d/gdm:

    @include common-pamkeyring


    For some reason the prompt keeps popping up everytime I restart as if I hadn't done anything.
    The passwords are the same for login and keyring so there shouldn't be an issue.

    Please help.

    Regards,

    Teo

  2. #2
    Join Date
    Oct 2006
    Location
    Belgrade, Serbia
    Beans
    1,321
    Distro
    Ubuntu

    Re: Problem disabling Keyring

    Not sure about this one, I can just help you check if it's installed:
    Code:
    apt-cache policy libpam-gnome-keyring
    You could however reinstall it:
    Code:
    sudo apt-get install --reinstall libpam-gnome-keyring gnome-keyring libpam0g
    reboot your machine and see if it's fixed

    found some info: http://live.gnome.org/GnomeKeyring/Pam
    Last edited by forger; August 21st, 2008 at 08:23 PM.

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
  •