Opened 4 years ago
Closed 4 years ago
#1486137 closed Bugs (fixed)
Plugin: new_user_identity
| Reported by: | alpha | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3.1 |
| Component: | Plugins | Version: | 0.3-stable |
| Severity: | normal | Keywords: | new_user_identity LDAP Plugin |
| Cc: |
Description
Could someone please try this plugin, a great idea but I can't get it to work. It might be a bug. Question also asked in "General Discussion" without response. http://www.roundcubeforum.net/general-discussion/5275-new_user_identity-plugin-working-0-3-stable.html
Version: 0.3 stable (also tested with 17.9.2009 svn)
PHP version: 5.2.6 (debian lenny)
Plugins: Other plugins work
Logs: Nothing logged
LDAP search works when composing message
$rcmail_configplugins? = array('new_user_identity');
$rcmail_confignew_user_identity_addressbook? = 'student';
$rcmail_confignew_user_identity_match? = 'uid';
$rcmail_confignew_user_identity_field? = 'fullname';
Where "student" is a "ldap_public", uid matches username, and "fullname" contains the full name.
Change History (1)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.3.1
- Resolution set to fixed
- Status changed from new to closed

Fixed in [4d54cfe8]. Removed new_user_identity_field option.