Opened 13 months ago
Closed 13 months ago
#1488464 closed Bugs (wontfix)
LDAP autocompletion
| Reported by: | jc | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Addressbook | Version: | 0.7.2 |
| Severity: | normal | Keywords: | LDAP |
| Cc: |
Description
Hello,
First I want to thanks and congratulate: I'm à roundcube User for few years and I do really enjoy using it.
So the facts.
I upgraded yesterday my roundcube version to 0.7.2
I use LDAP server to store all my contacts informations.
When I'm writing a new mail the autocompletion recipient field works well but the 'search_fields' parameter (in main.inc.php) seem not to be read correctly.
I would like the completion check 'sn' or 'l' LDAP records.
I read my ldap logs and obviously RoundCube check only 'mail' and 'cn' records
logs extract :
May 2 17:26:45 net1 slapd[30475]: conn=1067 op=1 SRCH base="ou=rect1,dc=domainxxx,dc=net" scope=2 deref=0 filter="(&(mail=*)(|(mail=*car*)(cn=*car*)))"
I suppose I discovered a new bug.
Unless I miss something in the new config.
You can check my config (main.inc.php) here :
http://dl.dropbox.com/u/23298537/main.inc.php
Regards.
JC
Change History (1)
comment:1 Changed 13 months ago by alec
- Resolution set to wontfix
- Status changed from new to closed

Search_fields are used only for searches where the fields aren't specified (searching in all fields). So, not in autocompletion.