Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: matslin on August 14, 2013, 12:26:50 AM

Title: Global Address Book Plugin Install Question
Post by: matslin on August 14, 2013, 12:26:50 AM
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
Title: Re: Global Address Book Plugin Install Question
Post by: JohnDoh on August 14, 2013, 03:22:50 AM
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;
Title: Re: Global Address Book Plugin Install Question
Post by: matslin on August 14, 2013, 03:53:24 AM
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