|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | ldapAttributeGetValues | 
| Library: LDAP support (OMLDAP) legacy library Include: omldap.xin | 
define external function ldapAttributeGetValues
             value      ldapAttribute entry
    at       value      stream        key-value
    into     modifiable stream        values
    datatype value      integer       datatype optional initial { LDAP_TEXT }
Argument definitions
This function retrieves the values of the specified attribute of the current entry. These values are placed in the shelf of streams named "values".
Example:
     include "omldap.xin"
  
     process
        local ldapAttribute my-entry variable
        ...
     ; get attribute values
        ldapAttributeGetValues my-entry
     	  at   key of my-entry
        	  into attribute-values
| Other Library Functions ldapAddEntry ldapAttribute ldapAttributeGetValue ldapAttributeGetValues ldapClose ldapConnection ldapCreateAttribute ldapDeleteEntry ldapEntryAdvance ldapEntryExists ldapEntryGetName ldapModifyEntry ldapOpen ldapRenameEntry ldapSearch ldap_IsVersionCompatible ldap_LibraryVersion | 
Copyright © Stilo International plc, 1988-2008.