[imp] Re: imp Digest, Vol 450, Issue 4

Stephen Hjelmstad shjelmstad at tpl.lib.wa.us
Tue Jul 8 14:58:44 PDT 2003


Thanks for the tip Ed,  the command works fine and lists all of 
the users. Maybe Chuck will have an idea, as he is the one that 
installed this box
 

-Steve

On Tuesday 08 July 2003 02:36 pm, imp-request at lists.horde.org 
wrote:
>
> Not really.  There seems to be an error in your configuration
> and you aren't accessing the ldapserver.  Try subsituting the
> correct value in the following on the command line and see if
> it lists your users.  If it doesn't, you have found your
> problem.  Just solve it on the command line and then change
> the values in your configuration.
>
> ldapsearch -H "ldap://xxx.xxx.xxx.xxx" -x -b
> 'ou=tpl,o=lib,st=wa,c=us'
>
> I hope this helps,
>
> ed
 > | ---- snippet from turba sources.php------------
| > | /*
| > |  * TPL Shared Addressbook.
| > |  */
| > | $cfgSources['TPL'] = array(
| > |     'title' => 'TPL Staff Directory',
| > |     'type' => 'ldap',
| > |     'params' => array(
| > |         'server' => 'xxx.xxx.xxx.xxx', (incognito)
| > |         'port' => 389,
| > |         'root' => 'ou=tpl,o=lib,st=wa,c=us',
| > |         'dn' => array('cn'),
| > |         'objectclass' => 'person',
| > |         'filter' => '*',
| > |         'encoding' => 'ldif', (I've also tried utf8)
| > |         'version' => 3
| > |     ),
| > |     'map' => array(
| > |         '__key' => 'dn',
| > |         'name' => 'cn',
| > |         'email' => 'mail',
| > |         'alias' => 'givenname'
| > |     ),
| > |     'search' => array(
| > |         'name',
| > |         'email',
| > |         'alias'
| > |     ),
| > |     'strict' => array(
| > |         'dn'
| > |     ),
| > |     'public' => true,
| > |     'readonly' => true,
| > |     'export' => false
| > | );
-- 
Stephen Hjelmstad
Network Manager
Tacoma Public Library
253-591-5662



More information about the imp mailing list