RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Release Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #11  
Old 06-05-2007, 10:15 AM
Registered User
 
Join Date: Jun 2007
Posts: 3
Downloads: 0
Uploads: 0
Default Re: LDAP & Active Directory

Hi,
Port 389 is used to browse Active directory, port 3268 is used to browe the global catalog.

Here is my LDAP conf and it works quite well


$rcmail_config['ldap_public']['myGroup'] = array(
'name' => 'myGroup',
'hosts' => array('host'),
'port' => 3268,
'base_dn' => 'DC=myDomain,DC=fr',
'bind_dn' => 'CN=user,DC=myDomain,DC=fr',
'bind_pass' => 'password',
'search_fields' => array('userPrincipalName', 'cn'), // fields to search in
'name_field' => 'cn', // this field represents the contact's name
'firstname_field' => 'givenName', // this field represents the contact's first name
'surname_field' => 'sn', // this field represents the contact's last name
'email_field' => 'userPrincipalName', // this field represents the contact's e-mail
'scope' => 'sub', // search mode: sub|base|list
'filter' => '(userPrincipalName=*)', // will be &'d with search field ex: (status=act)
'fuzzy_search' => TRUE); // server allows wildcard search

I use the 'userPrincipalName' field for email, because my mail field is not registered in my AD. The filter used is to get rid of all system objecs queries.
The same config with port 389 doesnt work.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 06-05-2007, 04:35 PM
Registered User
 
Join Date: Feb 2007
Posts: 12
Downloads: 0
Uploads: 0
Default Re: LDAP & Active Directory



AWESOME!

now if i could get it to default to show the whole list by default instead of having to search for individual people each time you go to the page.

Thanks a ton guys!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-07-2007, 02:41 PM
Registered User
 
Join Date: Jun 2007
Posts: 3
Downloads: 0
Uploads: 0
Default Re: LDAP & Active Directory


Hey you know what? I'm having the same wish. The must would be to have auto-completion of the mail while filling the "to" field, like with personnal adress book.

an idea?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 09:18 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community