[Kolab-devel] [issue3035] Initialise internal Horde parameters when creating a user

Albrecht Dreß kolab-issues at intevation.de
Thu Sep 11 14:27:12 CEST 2008


New submission from Albrecht Dreß <albrecht.dress at lios-tech.com>:

When a new user has been created and logs in into Horde, it will complain that
the identity must be configured before appointments can be created.  This
information is known to kolab, so it should add the proper entity when creating
the user.  Looking through the LDAP data after creating the user, this is
apparently an 'hordePrefs' element with the value 'identities:[base64-encoded
string]', where the base64 encoded string contains something like

<snip>
a:1:{i:0;a:4:{s:2:"id";s:18:"Standardidentität";s:8:"fullname";s:15:"Test 1
Benutzer";s:9:"from_addr";s:19:"test1 at my-domain.com";s:16:"default_identity";s:1:"0";}}
</snip>

Furthermore, the Global Kolab Address Book is by default not used.  Related to
the one above, a 'turbaPrefs' element with value 'addressbooks:[base64-encoded
string]' should be added, where the base64 encoded string contains something
(watch the newline between the two elements!)

<snip>
test1 at lios-tech.com
kolab_global
<snip>

----------
messages: 16606
nosy: albrecht.dress
priority: feature
status: unread
title: Initialise internal Horde parameters when creating a user
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3035>
___________________________________________________




More information about the devel mailing list