[horde] Manipulating identities
Rasmus Skaarup
mfbsd@skaarup.org
Wed Oct 30 15:31:54 2002
Hello,
I'm trying to synchronize the identities of a lot of users between
Horde/IMP and our mailsystem.
I'm doing inserts that look like this:
INSERT INTO horde_prefs (pref_uid,pref_scope,pref_name,pref_value)
VALUES ('testmail@our.dom','Horde','identities','a:2:{i:0;a:9:{s:2:"id"; \
s:18:"Standard-identitet";s:8:"fullname";s:0:"";s:9:"from_addr";s:0:""; \
s:12:"replyto_addr";s:0:"";s:9:"signature";s:0:"";s:9:"sig_first"; \
i:0;s:10:"sig_dashes";i:0;s:14:"save_sent_mail";i:1;s:16: \
"sent_mail_folder";s:9:"sent-mail";}i:1;a:11:{s:2:"id"; \
s:16:"webalas1001@our.dom";s:8:"fullname";s:16: \
"webalas1001@our.dom";s:9:"from_addr";s:17:"webalas1001@our.dom";\
s:12:"replyto_addr";s:17:"webalas1001@our.dom";s:9:"signature"; \
s:0:"";s:10:"sig_dashes";i:0;s:9:"sig_first";i:0;s:14:"save_sent_mail"; \
i:0;s:16:"sent_mail_folder";s:0:"";s:11:"private_key";N;s:16: \
"private_key_type";N;}}
Here I'm trying to assign to identities to the user 'testmail':
testmail@our.dom and webalas1001@our.dom
But for some reason Horde will not use the information.. What am I doing
wrong?
Best regards,
Rasmus Skaarup