[Tickets #6252] Re: s/mime private cert save to postgresql failed
bugs at horde.org
bugs at horde.org
Sun Feb 24 20:05:55 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6252
-----------------------------------------------------------------------
Ticket | 6252
Updated By | szimszon at oregpreshaz.eu
Summary | s/mime private cert save to postgresql failed
Queue | IMP
Version | 4.1.6
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
szimszon at oregpreshaz.eu (2008-02-24 15:05) wrote:
> What do you mean with this?
Sorry for my poor english :(
So...
1. I have a clean database with no personal data.
2. I log into the website.
3. I upload my x.509 certificate
4. I can use it everything is fine
5. but there aren't any database entry in the database with my x.509
certificate (I think it's only in cache)
SELECT * from horde_prefs where pref_uid='szimszon at xxxxxxxxxxx' and
pref_name like 'smime_%';
pref_uid | pref_scope | pref_name |
pref_value
-------------------------+------------+-----------------------+---------------------------------
hordewebmail=#
6. I del my x.509 certificate
7. after that there is 3 entry in the database:
SELECT * from horde_prefs where pref_uid='szimszon at xxxxxxxxxx' and
pref_name like 'smime_%';
pref_uid | pref_scope | pref_name |
pref_value
-------------------------+------------+-----------------------+---------------------------------
szimszon at xxxxxxxxxxxxxx | imp | smime_additional_cert |
szimszon at xxxxxxxxxxxxxx | imp | smime_private_key |
szimszon at xxxxxxxxxxxxxx | imp | smime_public_key |
hordewebmail=#
More information about the bugs
mailing list