Searched refs:ldap_modify_ext_s (Results 1 - 16 of 16) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_rights.c | 339 st = ldap_modify_ext_s(ld, 364 st = ldap_modify_ext_s(ld, 391 st = ldap_modify_ext_s(ld, 411 st = ldap_modify_ext_s(ld, 432 st = ldap_modify_ext_s(ld, 464 st = ldap_modify_ext_s(ld, 487 st = ldap_modify_ext_s(ld, 510 st = ldap_modify_ext_s(ld, 625 st = ldap_modify_ext_s(ld, 645 st = ldap_modify_ext_s(l [all...] |
H A D | ldap_services.c | 280 if ((st=ldap_modify_ext_s(ld, service->servicedn, mods, NULL, NULL)) != LDAP_SUCCESS) { 574 st = ldap_modify_ext_s(ld, service, mods, NULL, NULL);
|
H A D | ldap_principal.c | 350 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
|
H A D | ldap_pwd_policy.c | 185 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_tkt_policy.c | 173 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_principal2.c | 1234 st=ldap_modify_ext_s(ld, xargs.dn, mods, NULL, NULL); 1236 st = ldap_modify_ext_s(ld, principal_dn, mods, NULL, NULL);
|
H A D | ldap_realm.c | 626 if ((st=ldap_modify_ext_s(ld, rparams->realmdn, mods, NULL, NULL)) != LDAP_SUCCESS) { 880 if ((st=ldap_modify_ext_s(ld, SECURITY_CONTAINER, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_misc.c | 1018 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL); 1059 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL);
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 192 return( ldap_modify_ext_s( ld, dn, mods, NULL, NULL )); 197 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, function
|
H A D | llib-lldap | 97 int ldap_modify_ext_s(LDAP *ld, const char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls) ;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | modify.c | 222 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods, function
|
H A D | llib-lldap | 93 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls) ;
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 208 return (ldap_modify_ext_s(ld, dn, mods, serverctrls, clientctrls));
|
H A D | ns_writes.c | 867 rc = ldap_modify_ext_s(conp->ld, target_dn,
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 990 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods,
|
/osnet-11/usr/src/head/ |
H A D | ldap.h | 587 int LDAP_CALL ldap_modify_ext_s(LDAP *ld, const char *dn,
|
Completed in 485 milliseconds