LDAP modification constants

>LDAP constants

LDAP constants

These constants can be used in conjunction with the LDAP object.

DEF ENUM enumeration name KCML_LDAP_MOD_ENUM

Enumeration ValueValueDescription
_LDAP_MOD_ADD0Add a value to the attribute
_LDAP_MOD_DELETE1Delete a value from the attribute
_LDAP_MOD_REPLACE2Replace a value
_LDAP_MOD_BVALUES128Binary modifier

Back to the list of Enumerations and Constants