Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with katl-commons 3.0.

...

Parameter name

Type

Required

Description

ldapQuery

string

yes

the query, must return exactly one result

ldapNamestringnoOptional, from version 4.0, you can specify which the LDAP server must be searched. If missing, it's the default LDAP server

Returns

JLdapUserStruct []

Each element in the array represents an user. The attributes field of the JLdapUserStruct is also keyed by the attribute name for easy access of attributes. Each attribute is a JLdapUserAttribute. The "value" field of the attribute is a string array. If the attribute only has one value, the array will contain only one element, but will still be an array and not a single string.

...