Bug 1370535 - subversion not storing password using gnome-keyring
Summary: subversion not storing password using gnome-keyring
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subversion
Version: 7.2
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Joe Orton
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks: 1298243 1420851 1562205
TreeView+ depends on / blocked
 
Reported: 2016-08-26 14:58 UTC by Deepu K S
Modified: 2021-06-10 11:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-31 11:28:37 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Deepu K S 2016-08-26 14:58:41 UTC
Description of problem:
When executing a svn command, it prompts for password every time even if a password-stores is set to gnome-keyring.

The password caching works only for plaintext-passwords.

Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux
subversion-1.7.14-10.el7.x86_64
subversion-gnome-1.7.14-10.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install subversion and subversion-gnome

2. In ~/.subversion/config file

[auth]
password-stores = gnome-keyring

3. In ~/.subversion/servers

[global] 
store-passwords = yes
store-plaintext-passwords = no


Actual results:
# svn co http://10.65.5.157/testrepo
Authentication realm: <http://10.65.5.157:80> SVN Server
Password for 'admin': 
Checked out revision 7.

[root@dhcp9-243 ~]# svn co http://10.65.5.157/testrepo
Authentication realm: <http://10.65.5.157:80> SVN Server
Password for 'admin': 


Expected results:
Passwords should be cached.

Additional info:
Works for kwallet option.


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