Searched defs:LDAPMod (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dldap.h157 } LDAPMod; typedef in typeref:struct:ldapmod
488 int LDAP_CALL ldap_add(LDAP *ld, const char *dn, LDAPMod **attrs);
489 int LDAP_CALL ldap_add_s(LDAP *ld, const char *dn, LDAPMod **attrs);
494 int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods);
496 LDAPMod **mods);
575 int LDAP_CALL ldap_add_ext(LDAP *ld, const char *dn, LDAPMod **attrs,
578 LDAPMod **attrs, LDAPControl **serverctrls, LDAPControl **clientctrls);
587 LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls,
590 LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls);
1183 * Function to dispose of an array of LDAPMod structure
[all...]

Completed in 108 milliseconds