Roundcube Community Forum

 

Global Address Book Plugin Install Question

Started by matslin, August 14, 2013, 12:26:50 AM

Previous topic - Next topic

matslin

I've download global address book tag with rc 0.9.2 version
with following set up

$rcmail_config['globaladdressbook_user'] = 'it.admin';
$rcmail_config['globaladdressbook_readonly'] = true;
$rcmail_config['globaladdressbook_groups'] = false;
$rcmail_config['globaladdressbook_admin'] = 'tony';
$rcmail_config['globaladdressbook_autocomplete'] = true;

but only the admin setup is working, user account is not.

When I login with it.admin, I can see global contacts but I can't edit or add.
I can do that with account Tony, so I can still work with it.

when I check the db I can see that the plugin has crate a account it.admin @ localhost
the problem is my it.admin account is it.admin@mydomain
is there anyway to solve it?

But the group option never work. I can't create group with either account.
I really need Group Option working.

Can anyone help me?


Thanks

JohnDoh

please see the readme file that explains what each of the options do.

in short globaladdressbook_user is used to set the fake user account under which the global addressbook will be saved, it has nothing to do with who can access it.

to get groups set globaladdressbook_groups to true;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

matslin

Thank you for your reply.

I misunderstand meaning of user setting, and I though I set the groups setting 'true', I overwrite it with new file.

It works perfectly now.

Thank you very much.

It's great plug-in