LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

LDAPMod

#include <ldap.h>

Modify an existing LDAP entry.

C definition

typedef struct ldapmod
{

  int        mod_op;

#define LDAP_MOD_ADD    0x00
#define LDAP_MOD_DELETE  0x01
#define LDAP_MOD_REPLACE  0x02
#define LDAP_MOD_BVALUES  0x80

  char      *mod_type;
  mod_vals_u_t  mod_vals;

#define mod_values  mod_vals.modv_strvals
#define mod_bvalues  mod_vals.modv_bvals

  struct ldapmod  *mod_next;

} LDAPMod;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.