Versions Compared

Key

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

Starting with katl-commons SIL Engine™ 3.0, this syntax is deprecated and you should use the new alias name: ldapUserAttr instead.

Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 1.0, changed in 1.1.15 for Jira 4.3.x/4.4.x and katl-commons SIL Engine™2.0.8 for Jira 5.x.

Syntax

ldapUserRecord(attrib, ldapQuery)

...

The second routine syntax is more comfortable. Both get the LDAP record and shows the attribute of that user. Returned user must be unique, otherwise exception occurs.

Parameters

Parameter name

Type

Required

Description

attrib

string

yes

Attribute to be returned.

ldapQuery

string

yes

Query, must return exactly one result.

Allowed attributes are (these are case sensitive):

...

Tip
titleTip

Starting with katl-commons 1.1.15 and 2.0.8, you can retrieve any attribute defined in the scheme. 

 


Returns

string []

The values of the specified attribute. 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.

...

Code Block
string email = ldapUserRecord("mail", "(&(uid=user.1)(objectClass=inetOrgPerson))");
string address = ldapUserRecord("postalAddress", "(&(uid=user.1)(objectClass=inetOrgPerson))");

...


Notes

Note

LDAP must be configured. See LDAP configuration page.

Warning

Only Microsoft Active Directory is supported at this time, but it might work with other as well (tested with OpenDS). To provide support for other LDAP types contact us.

 


See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "ldap_support"
labelsldap_support