[turba] Re: Re: Re: Problem with French Characters

ILLAN Sebastian sillan80@hotmail.com
Wed, 11 Sep 2002 16:50:29 +0200


here is the code :

$cfgSources['publicbook'] = array(
    'title' => 'Annuaire Public LDAP',
    'type' => 'ldap',
    'params' => array(
        'server' => 'localhost',
        'port' => 89,
        'root' => 'ou=Public,o=fai,c=loc',
        'bind_dn' => 'cn=Manager,o=fai,c=loc',
        'bind_password' => '*****',
        'dn' => array('cn'),
        'objectclass' => array('organizationalPerson','inetOrgPerson'),
        'version' => 3,
        'encoding' => 'utf8'),
    'search' =>

    ...
    ),
    'strict' => array(
        'dn'
    ),
    'public' => true,
    'readonly' => true,
    'admin' => array('seba','ggu'),
    'export' => true
);
Is it wrong ?




"Chuck Hagenbuch" <chuck@horde.org> a écrit dans le message news:
1031753647.3d7f4faf6698f@marina.horde.org...
> Quoting ILLAN Sebastian <sillan80@hotmail.com>:
>
> > Horde 2.1
> > IMP 3.1
> > Turba 1.1
>
> Well, the encoding should be in that version. You're sure it's set
properly
> in config/sources.php ?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "After a few minutes the most aromatic and nice smelling Italian coffee
>  will come out of the exhaustpipe." - Our stove-top espresso pot
>
> --
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
>