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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmodify.c41 * ldap_modify - initiate an ldap modify operation. Parameters:
55 * msgid = ldap_modify( ld, dn, mods );
59 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) function
63 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_modify\n", 0, 0, 0 );
/osnet-11/usr/src/lib/libldap4/common/
H A Dmodify.c119 * ldap_modify - initiate an ldap (and X.500) modify operation. Parameters:
133 * msgid = ldap_modify( ld, dn, mods );
136 ldap_modify( LDAP *ld, char *dn, LDAPMod **mods ) function
145 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 192, "ldap_modify\n"), 0, 0, 0 );
168 if ( (msgid = ldap_modify( ld, dn, mods )) == -1 )
190 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 192, "ldap_modify\n"), 0, 0, 0 );

Completed in 20 milliseconds