cmd: ldapsearch -h ldapproxy -w mypasswd -D "cn=manager,o=myorg" -s sub -b
"o=myorg" "cn=h0131"
result attributes:
c:
l:
postalCode:
street:
userPassword:
mail:
cn:
If I query ldapserver directly, I can get all the other attributes that
don't show above. Of course, including objectClass attribute.
I find that lost attributes are user defined
attributes(accountstatus,mailboxdir...), except objectClass.
Is it normal? If not, how do I set the config file to make the above two
queries return the same attributes sets? ACL in proxy server slapd.conf ?