<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
okay, I made some progress...
<br>
<br>
I can get most information out of ldap and can write information
back to ldap
<br>
I also figured out how to create a ssha1 PW and write it to ldap
<br>
<br>
what I do not understand is how I get the following information:
<br>
<br>
- mailQuota
<br>
- mailAlternateAddress
<br>
- postalCode
<br>
- telephoneNumber
<br>
- preferredLanguage
<br>
<br>
apache shows undefined index errors:
<br>
[error] [client 192...] PHP Notice: Undefined index: mailQuota in <i
class="moz-txt-slash"><span class="moz-txt-tag">/</span>var/www/ldap/auth.php
on line 49, referer: <a class="moz-txt-link-freetext" href="http://192.168.0.150/ldap">http://192.168.0.150/ldap</a><span
class="moz-txt-tag">/</span></i>
<br>
<br>
As far as I can see, it should work. There is no typo and I am
pulling that information exactly the same way as the other, working,
information (like cn or sn)
<br>
<br>
viewing the ldap information in kolab-webadmin with Directory
Manager or LDAP Admin (as user) I can verify that the fields are not
empty. telephoneNumber for example is "12345"
<br>
<br>
<br>
see excerpt with relevant code at <a class="moz-txt-link-freetext"
href="http://pastebin.com/kRKJR7Sp">http://pastebin.com/kRKJR7Sp</a>
<br>
<br>
anyone know what I am or might be missing?
<br>
<br>
Thanks!
<br>
<br>
</body>
</html>