[imp] browsing LDAP server in Contacts
Julien Marchal
Julien.Marchal@univ-nancy2.fr
Tue, 27 Mar 2001 13:58:48 +0100
Hello,
If you see the imp.lib you have the structure of the LdapServer
object (ligne 270):
# The little name of server
$this->tag = $tag;
# the name which show in search page
$this->name = $name;
# adresse of the server and port if is not on 389 (mail.school.org:YOUR PORT)
$this->server = $server;
# It'sz your base dn, where your start search (o=stratium, c=fr)
$this->root = $root;
# on what attrib you search by default
$this->sn = $sn;
# on wich attrib you can search ( 'sn,givenname search' on the name and
givename)
$this->attribs = $attribs;
# Specifie the type of search ( 'begins,is_strict' )
$this->options = $options;
# name of the mail attribut in ldap (if different of mail)
$this->emailattr = $emailattr;
At 13:28 27/03/01 +0200, vous avez écrit:
>When I do a "LDAP search" from "Contacts" I get a "...too many results..."
>The LDAP server is working fine and in debug mode we can see queries coming
>in.
>I guess it's a problem with LDAP.PHP3 parameters. But can it be a missing
>code somewhere else ?
>Could someone give more details on all the optional parameters beside
>"$LDAPServers..."
>My entry is like :
>$LDAPServers['mail.school.org'] = new LDAPServer('mail.school.org',
> 'School LDAP contacts',
> 'school_mail',
> '',
> 'sn',
> 'cn,mail,sn,uid,ou',
>
>'is,is_strict,contains,begins,ends',
> 'school.org',
> 'school',
> 'mail');
>
>My system is running :
>RedHat v.6.2 with kernel 2.2.18
>openLDAP 1.2.11
>qmail 1.0.3
>courier-IMAP 1.2.3
>Apache 1.3.14
>postgreSQL 6.5.3
>PHP 4.0.4pl1
>imap-2000a
>Horde 1.2.3
>IMP 2.2.3
>phplib 7.2c
>
>Thanks for answer,
>
>Eric.Dechansiaud@Stratium.fr
>
>
>
>--
>IMP mailing list: http://horde.org/imp/
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: imp-unsubscribe@lists.horde.org
-- Julien Marchal --
Email : Julien.Marchal@univ-nancy2.fr
Université NANCY 2 - C.R.I.
13, Rue Michel Ney
CO 75 - 54037 Nancy Cédex