Re: [SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-06 Thread Tony Earnshaw
tir, 06.09.2005 kl. 10.45 skrev Tomas Kuliavas: [...] > > My experience to date (first with 1.4.3a, then 1.5.1CVS), is that out of > > the box the LDAP addresses are only accessible in compose mode, then > > they work very well :) > > > > Could one of the SM people please prove me wrong? > > LDA

Re: [SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-06 Thread Tomas Kuliavas
> On 9/6/05, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: >> check if you have php4-ldap package installed and ldap extension enabled >> in php configuration > > Php4-ldap is installed and ldap extension is enabled in php.ini > >> click on Addresses button in message compose windows > > Did that. Unab

Re: [SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-06 Thread Tomas Kuliavas
> tir, 06.09.2005 kl. 06.26 skrev Thaths: > >> I have installed squirrelmail from a deb package on my box. I ran >> conf.pl and specified the LDAP server running on local host. My >> config.php has the following lines in it: >> >> $ldap_server[0] = array( >> 'host' => 'localhost', >> 'base'

Re: [SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-06 Thread Tony Earnshaw
tir, 06.09.2005 kl. 06.26 skrev Thaths: > I have installed squirrelmail from a deb package on my box. I ran > conf.pl and specified the LDAP server running on local host. My > config.php has the following lines in it: > > $ldap_server[0] = array( > 'host' => 'localhost', > 'base' => 'ou=p

Re: [SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-05 Thread Tomas Kuliavas
> Hi, > > I have installed squirrelmail from a deb package on my box. I ran > conf.pl and specified the LDAP server running on local host. My > config.php has the following lines in it: > > $ldap_server[0] = array( > 'host' => 'localhost', > 'base' => 'ou=people,dc=comat,dc=com', > 'nam

[SM-USERS] Can't see LDAP Addressbook in Squirrelmail

2005-09-05 Thread Thaths
Hi, I have installed squirrelmail from a deb package on my box. I ran conf.pl and specified the LDAP server running on local host. My config.php has the following lines in it: $ldap_server[0] = array( 'host' => 'localhost', 'base' => 'ou=people,dc=comat,dc=com', 'name' => 'comat' );