![]()  | 
 
  
  | 
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
    |||||
| 
 | 
||||||
| Other Library Functions | ||||||
| function | 
ldapEntryGetName | 
| 
Library: LDAP support (OMLDAP) legacy library
 Include: omldap.xin  | 
Return type: String Returns: A stream.  | 
  define external stream function ldapEntryGetName
             value ldapAttribute entry
  Where:
Argument definitions
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"