swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
 
 

ldapAttribute

 

 

The ldapAttribute OMX component allows you to perform actions on the entry or attribute instance by using the OmniMark LDAP (omldap) library functions.

The ldapAttribute OMX component is created by the OmniMark LDAP dynamic link library file ("omldap.dll" or "omldap.so"). The related include file ("omldap.xin") defines the interface to ldapAttribute.

To use omldap OMX components in your program, you must put the following include statement in your program:

        include "omldap.xin"

Within your program, you can create as many instances of the ldapAttribute OMX component as you require by declaring global and local variables of type "ldapAttribute". For example:

  include "omldap.xin"

  process
     local ldapAttribute my-entry variable
  ...

Once you have declared your ldapAttribute OMX variables, you can display, add, delete, or change them with the functions in the OmniMark LDAP library. For example:

  include "omldap.xin"

  process
     local ldapAttribute my-entry variable

  ; display the entry name
     output ldapEntryGetName my-entry 

   
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:26 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.