Re: [Kolab-devel] change userdata (Organization, Job Title, Address, Password) via php
Timotheus Pokorra <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <CAJ0=nQfcq_73te_75r7kF=iYVsnM0hW-aV5Wy2qeL=sXFqzXXQ@mail.gmail.com> |
Hello Matthias, > what I do not understand is how I get the following information: > > - mailQuota > - mailAlternateAddress > - postalCode > - telephoneNumber > - preferredLanguage > > apache shows undefined index errors: > [error] [client 192...] PHP Notice: Undefined index: mailQuota in > /var/www/ldap/auth.php on line 49, referer: http://192.168.0.150/ldap/ Try the names in lowercase... mailquota should work. Timotheus