- Bug 146015: A CASAkeyring is created to add secrets to the
Gnome Keyring through CASAManger - FIXED.
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Novell.CASA.DataEngines
|
||||
{
|
||||
keyElem = doc.CreateElement(ConstStrings.CCF_KEY);
|
||||
keyIdAttr = doc.CreateAttribute(ConstStrings.CCF_ID);
|
||||
keyIdAttr.Value = "GKPassword";
|
||||
keyIdAttr.Value = "password";
|
||||
keyElem.SetAttributeNode(keyIdAttr);
|
||||
|
||||
valueElem = doc.CreateElement(ConstStrings.CCF_VALUE);
|
||||
@@ -219,7 +219,7 @@ namespace Novell.CASA.DataEngines
|
||||
//Get the Key
|
||||
XmlAttributeCollection at = tuple.Attributes;
|
||||
String keyname = (at["ID"]).InnerText;
|
||||
if (keyname.Equals("GKPassword"))
|
||||
if (keyname.Equals("password"))
|
||||
{
|
||||
password = tuple.ChildNodes[0].InnerText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user