Searched refs:ldap_modify (Results 1 - 9 of 9) sorted by relevance

/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 );
H A Dllib-lldap94 int ldap_modify( LDAP *ld, char *dn, LDAPMod **mods );
/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 );
H A Dllib-lldap99 int ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods );
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_wrapper.c218 return (ldap_modify(ld, dn, mods));
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c157 * by ldap_search() or (if dn != 0) ldap_modify(). The rule/value
1907 * Skip DN; it's specified separately to ldap_modify()
2169 msgid = ldap_modify((*lc)->ld, dn, mods);
2200 msgid = ldap_modify((*lc)->ld, dn, mods);
2331 msgid = ldap_modify(lc->ld, dn, mods);
2361 msgid = ldap_modify(lc->ld, dn, mods);
2506 !delete ? (add ? "ldap_add" : "ldap_modify") :
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h992 int ldap_modify(LDAP *ld, char *dn, LDAPMod **mods);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c596 if ( (id = ldap_modify( ld, dn, mods )) == -1 )
597 ldap_perror( ld, "ldap_modify" );
/osnet-11/usr/src/head/
H A Dldap.h492 int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods);

Completed in 53 milliseconds