Dear friends:
I'm trying to integrate Active Directory (2003) and SM. My tree in W2k3 
LDAP is divided in OU's and users and contact are putted into these 
OU's. It works if I put a specific OU in config.php file:
$ldap_server[1] = array(
    'host' => '192.168.1.3',
    'base' => 'ou=ingenieria,dc=siliciosolar,dc=lan',
    'name' => 'SILICIOSOLAR',
    'binddn' => '[EMAIL PROTECTED]',
    'bindpw' => 'XXXXXXXX',
    'protocol' => 3
but it doesn't work if I try that SM look for below base:
$ldap_server[1] = array(
    'host' => '192.168.1.3',
    'base' => 'dc=siliciosolar,dc=lan',
    'name' => 'SILICIOSOLAR',
    'binddn' => '[EMAIL PROTECTED]',
    'bindpw' => 'XXXXXXXX',
    'protocol' => 3

    I need SM look for (automatically explore) bellow siliciosolar.lan, 
ie, into all OU's

Thanks in advance

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to