diff --git a/functions/ldap.xml b/functions/ldap.xml index d960a583f5..806397ecd7 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -815,7 +815,7 @@ return_value[n] = nth attribute return_value["attribute"]["count"] = number of values for attribute return_value["attribute"][0] = first value of the attribute -return_value["attribute"][i] = ith value of the attribute +return_value["attribute"][i] = (i+1)th value of the attribute