diff --git a/reference/ldap/functions/ldap-get-entries.xml b/reference/ldap/functions/ldap-get-entries.xml index c0c42c2d9d..d2f1afe654 100644 --- a/reference/ldap/functions/ldap-get-entries.xml +++ b/reference/ldap/functions/ldap-get-entries.xml @@ -62,7 +62,7 @@ return_value[0] : refers to the details of first entry return_value[i]["dn"] = DN of the ith entry in the result return_value[i]["count"] = number of attributes in ith entry -return_value[i][j] = jth attribute in the ith entry in the result +return_value[i][j] = NAME of the jth attribute in the ith entry in the result return_value[i]["attribute"]["count"] = number of values for attribute in ith entry