Versions Compared

Key

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

...

The list group name, and its email address

Members of the list group (users, and groups) - down

Wider higher level list groups that this could be a sub-part of

Image RemovedImage Added

 

Querying with JEMH

...

The helper class $jemhUtils is available in all templates, it exposes an LDAP Helper, through .

Accessing with $jemhUtils.getLdap()

...

Where a JEMH Profile is in context, the first of selected LDAP configurations will be used. If none are set, the first of the defined LDAP configurations will be used. Its also possible to get an LDAP Helper

Using a specific LDAP Config with $jemhUtils.getLdap(nnn)

An LDAP Helper can be intialized with a specific config through $jemhUtils.getLdap(nnn) where nnn is the integer id of the LDAP config.

...