Bug 244256 - pam_keyring does not prevent prompt for keyring password
Summary: pam_keyring does not prevent prompt for keyring password
Keywords:
Status: CLOSED DUPLICATE of bug 238741
Alias: None
Product: Fedora
Classification: Fedora
Component: pam_keyring
Version: 7
Hardware: i386
OS: Linux
low
low
Target Milestone: ---
Assignee: Denis Leroy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-14 18:35 UTC by Matthew Saltzman
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-14 19:16:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthew Saltzman 2007-06-14 18:35:19 UTC
Description of problem:
After logging in, NetworkManager's wireless connection manager asks for a key
form the keyring, and the keyring password prompt appears.

Version-Release number of selected component (if applicable):
pam_keyring-0.0.8-3.fc6

How reproducible:
Always (or almost always)

Steps to Reproduce:
1. Install and configure pam_keyring for gdm.
2. Log in.
3. Do something that requires keyring access.
  
Actual results:
Keyring pasword dialog pops up.

Expected results:
Keyring password dialog does not pop up.

Additional info:
My keyring and login password are identical.

My /etc/pam.d/gdm contains the following:

    #%PAM-1.0
    auth       required    pam_env.so
    # auth       sufficient  pam_unix.so likeauth nullok
    auth       optional    pam_keyring.so try_first_pass
    auth       include     system-auth
    account    required    pam_nologin.so
    account    include     system-auth
    password   include     system-auth
    session    optional    pam_keyinit.so force revoke
    session    include     system-auth
    session    required    pam_loginuid.so
    session    optional    pam_console.so
    session    optional    pam_keyring.so

The problem occurs with F7 kernels (kernel-2.6.21-1.3194.fc7 and
kernel-2.6.21-1.3228.fc7), but not with the latest FC6 kernel
(kernel-2.6.20-1.2952.fc6).

Behavior is the same with the "auth sufficient" line uncommented.  With the FC6
kernel, commenting the "auth sufficient" line is required to get it to work.

Comment 1 Denis Leroy 2007-06-14 19:16:11 UTC
Known problem, expect a fix soon.


*** This bug has been marked as a duplicate of 238741 ***


Note You need to log in before you can comment on or make changes to this bug.