#1487994 closed Bugs (worksforme)
new_user_identity plugin
| Reported by: | rgiordani | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Addressbook | Version: | 0.5.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by alec)
Hello,
I'm trying to use the new_user_identity plugin on round cube, but it seems to ignore it.
This are a summary of my configuration on roundcube 0.5
main.inc.php:
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('zipdownload','emoticons','new_user_identity','show_additional_headers');
$rcmail_config['address_book_type'] = 'ldap';
$rcmail_config['ldap_public']['ABC'] = array(
'name' => 'ABC.IT',
'hosts' => array('ldap.abc.it'),
'port' => 389,
'use_tls' => false,
'user_specific' => false,
'base_dn' => 'ou=People,dc=abc,dc=it',
'bind_dn' => '',
'bind_pass' => '',
'writable' => false,
'ldap_version' => 3,
// using LDAPv3
'search_fields' => array('mail', 'gosaMailAlternateAddress'), // fields to search in
'name_field' => 'cn', // this field represents the contact's name
'email_field' => 'mail', // this field represents the contact's e-mail
'surname_field' => 'sn', // this field represents the contact's last name
'firstname_field' => 'givenName', // this field represents the contact's first name
'sort' => 'sn', // The field to sort the listing by.
'scope' => 'sub', // search mode: sub|base|list
'filter' => 'objectClass=gosaMailAccount', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
'global_search' => true, // perform a global search for address auto-completion on compose
'fuzzy_search' => true); // server allows wildcard search
$rcmail_config['autocomplete_addressbooks'] = array('ldap');
plugins/new_user_identiy/config.inc.php:
$rcmail_config['new_user_identity_addressbook'] = 'ABC';
$rcmail_config['new_user_identity_match'] = 'cn';
The addressbook is correct on roudcube, but the email user identity saved are the uid@…
When a new user do first login, the email itentities on mysql database is userid@… and not the real email found on LDAP server.
Can someone help me?
Regards,
Roberto.
Change History (5)
comment:1 Changed 23 months ago by rgiordani
- Summary changed from new_user_idenity plugin to new_user_identity plugin
comment:2 Changed 22 months ago by alec
- Description modified (diff)
comment:3 Changed 22 months ago by alec
- Resolution set to worksforme
- Status changed from new to closed
comment:4 Changed 22 months ago by duelli
I guess this was fixed in r4929/svn
comment:5 Changed 22 months ago by thomasb
Actually it was fixed in r4927/svn :-)
Note: See
TracTickets for help on using
tickets.

Ask on mailing list or forum.