+ Reply to Thread
Results 1 to 3 of 3

Thread: Адресная книга с АД

  1. #1
    romanex is offline Registered User
    Join Date
    Oct 2007
    Posts
    4
    Downloads
    0
    Uploads
    0

    Question Адресная книга с АД

    День добрый.
    Появилась необходимость добавить в адресную книгу адреса с АД. делаю так:
    Code:
    $rcmail_config['ldap_public']['ldap'] = array(
    'name' => 'ldap',
    'hosts' => array('10.0.1.3'),
    'port' => 389,
    'base_dn' => 'ou=Users,dc=aes,dc=local',
    'bind_dn' => 'cn=myuser,cn=Users,dc=aes,dc=local',
    'bind_pass' => 'mypass',
    'ldap_version' => 3,
    'search_fields' => array('mail', 'cn'),
    'name_field' => 'cn',
    'email_field' => 'mail',
    'surname_field' => 'sn',
    'firstname_field' => '',
    'scope' => 'sub',
    'filter' => '',
    'fuzzy_search' => true);
    В итоге - поиск не дал результатов. В чем может быть загвоздка?
    Заранее благодарен.

  2. #2
    romanex is offline Registered User
    Join Date
    Oct 2007
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    в логах httpd пишет
    Code:
     [error] [client 10.0.1.1] PHP Warning:  ldap_search() [<a href='function.ldap-search'>function.ldap-search</a>]: Search: No such object in /var/www/html/mail/program/include/rcube_ldap.inc on line 411, referer: http://10.0.1.119/mail/?_task=addressbook

  3. #3
    Talker is offline Roundcube Newcomer
    Join Date
    Jun 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    Большинство посетителей этого форума не говорят по-русски . Если не знаешь английский, используй translate.google.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts