Searched defs:ldap_modify_ext (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 65 if ( ldap_modify_ext( ld, dn, mods, NULL, NULL, &msgid ) 75 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, function 99 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_modify_ext\n", 0, 0, 0 ); 203 if (( err = ldap_modify_ext( ld, dn, mods, serverctrls, clientctrls,
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | modify.c | 179 int ldap_modify_ext(LDAP *ld, char *dn, LDAPMod **mods, function 229 if ((retcode = ldap_modify_ext(ld, dn, mods, serverctrls, clientctrls, &msgid)) != LDAP_SUCCESS)
|
Completed in 22 milliseconds