Summary | Browsing "personal_LDAP" broken |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | wk (at) mailstation (dot) de |
Created | 09/12/2004 (7704 days ago) |
Due | |
Updated | 09/17/2004 (7699 days ago) |
Assigned | 09/16/2004 (7700 days ago) |
Resolved | 09/17/2004 (7699 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
your local config file, not with Turba. Customize it so the config
works for your setup.
// First we need to get the uid.
$uid = Auth::getBareAuth();
After the call to getBareAuth "uid" is still empty. Experimentally I
changed it to getAuth and it's still empty.
State ⇒ Feedback
how you'd get with the current HEAD code, although the root cause is
likely that the source isn't really configured correctly for your LDAP
server.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Browsing "personal_LDAP" broken
Queue ⇒ Turba
neccessary local changes (like "basedn", etc.) doesn't work at all.
Searching for existing entries using the same search attributes as in
other LDAP clients returns empty result sets in Turba.
Browsing gives the following error message 22 times:
Notice: Uninitialized string offset: 0 in
/srv/www/htdocs/PostNuke-0.726/horde/turba/lib/Source.php on line 194
In the first row of the results in the first column the following
error message is shown:
Notice: Undefined variable: vcard_url in
/srv/www/htdocs/PostNuke-0.726/horde/turba/templates/browse/contactrow.inc on
line 46
One further line shows an entry which doesn't exist in the LDAP
directory. All fields show "Q" but the first one.
Using the same sources.php worked fine only a few weeks ago.