ldapEntryGetName

function

Library: LDAP support (OMLDAP legacy)
Include: omldap.xin

Returns: name of the current entry


Declaration
define external stream function ldapEntryGetName
           value ldapAttribute entry

Where:

Argument definitions

entry
An ldapAttribute containing the current entry.


Purpose

This function returns the distinct name of the current entry.

Example:

     include "omldap.xin"
  
     process
        local ldapAttribute my-entry variable
        ...
     ; display the entry name
        output ldapEntryGetName my-entry || " contains%n"