This functionality appears to be a result of the secret store using
enhanced protection where it differentiates between administrator reset
of passwords and user password changes. I'd like to disable this
functionality of virtual office specifically or potentially the system
as a whole.
Some Secret Store documentation indicates that an SSO application
object can be configured to enable or disable enhanced protection.
However, I can find no such object for Virtual Office. Nor is any
configuration file obvious to be changed.
My workaround may be "TID10092130 Popout window prompts to delete the
secret store on login after password change". However, I'd prefer to
disable this functionality rather than just remove the error message as
this TID describes.
--
ByronBWright
------------------------------------------------------------------------
ByronBWright's Profile: http://forums.novell.com/member.php?userid=12383
View this thread: http://forums.novell.com/showthread.php?t=346557
The file to be modified is:
/var/opt/novell/tomcat4/webapps/vo/portal/gadgets/com.novell.vo.authentication.Authenticator/skins/default/devices/default/main.xsl
An example of commenting out the line:
//commented out by Byron to remove SecretStore Popup
//Based on TID 10092130
//errors will still appear in log files
//
javascript:popout(ssurl+gadID,"SSManage",500,550,null);
This is done on about line 224 of the file.
Our users are no longer prompted to clear the secret store when their
password is reset. Effectively the secretstore is now disabled.