forked from aluzzardi/pam_usb
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Understood
Yes, this is not a bug report / support request
Text
In the documentation, on the getting started document the section:
Auto-unlock your GNOME keyring
Says
create .keyring_unlock_password in ~/.pamusb/
This don't work.
In the code of pamusb-unlock-keyring-gnome says:
# Check if password file exists, first try $HOME then the auth device
if [ ! -f ~/.keyring_unlock_password ]; then
logger -p local0.notice -t ${0##*/}[$$] No password file found, exiting.
exit 0
fi
pamusb-unlock-keyring-gnome only checks in the user $HOME in the stable version 0.8.5 location changes in new revisions to .pamusb dir.
Metadata
Metadata
Assignees
Labels
No labels