Re: [SM-USERS] Adding info to LDAP address book

2007-04-05 Thread Oracle Ayos
How do i get a squirrel webmail i have tried but still cant do it is anybody ready to help build one. please you can use the following infomation user name: bushfellow password :elikiba On 4/4/07, Andy Kannberg <[EMAIL PROTECTED]> wrote: Tomas, Many great thanks !! It works like a charm !

Re: [SM-USERS] Adding info to LDAP address book

2007-04-04 Thread Andy Kannberg
Tomas, Many great thanks !! It works like a charm ! cheers, Andy Tomas Kuliavas <[EMAIL PROTECTED]> wrote: --- if (!empty($row['mobile'][0])) { $label = $this->charset_decode($row['mobile'][0]); } else if(!empty($row['ou'][0])) { $label = $this->charset_decode($row['ou'][0]); } else if(!emp

Re: [SM-USERS] Adding info to LDAP address book

2007-04-03 Thread Tomas Kuliavas
--- if (!empty($row['mobile'][0])) { $label = $this->charset_decode($row['mobile'][0]); } else if(!empty($row['ou'][0])) { $label = $this->charset_decode($row['ou'][0]); } else if(!empty($row['o'][0])) { $label = $this->charset_decode($row['o'][0]); } else { $label = ''; } --- Missed two o

Re: [SM-USERS] Adding info to LDAP address book

2007-04-03 Thread Andy Kannberg
Tomas, I have adapted the abook_ldap_server.php as you described. But when I try to test (hit compose for a new mail so I can add addresses from the LDAP address book, the right part of SM goes blank. When I replace the original file, the addressbook works. Is there anything I am missing ? I'

Re: [SM-USERS] Adding info to LDAP address book

2007-04-03 Thread Tomas Kuliavas
> Hi, > > I've got the LDAP addressbook running with SM, and it runs damn fine! But, > now I want to get one more piece of info out of LDAP and show it in the > 'info' field of the addressbook. Can anyone help me with this ? I've > already found the array with the LDAP variables that are queried, a

[SM-USERS] Adding info to LDAP address book

2007-04-03 Thread Andy Kannberg
Hi, I've got the LDAP addressbook running with SM, and it runs damn fine! But, now I want to get one more piece of info out of LDAP and show it in the 'info' field of the addressbook. Can anyone help me with this ? I've already found the array with the LDAP variables that are queried, and I've