Searched refs:ldap_modify_ext_s (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_rights.c | 363 st = ldap_modify_ext_s(ld, 394 st = ldap_modify_ext_s(ld, 437 st = ldap_modify_ext_s(ld, 464 st = ldap_modify_ext_s(ld, 492 st = ldap_modify_ext_s(ld, 531 st = ldap_modify_ext_s(ld, 561 st = ldap_modify_ext_s(ld, 591 st = ldap_modify_ext_s(ld, 721 st = ldap_modify_ext_s(ld, 748 st = ldap_modify_ext_s(ld, [all …]
|
H A D | ldap_services.c | 282 if ((st=ldap_modify_ext_s(ld, service->servicedn, mods, NULL, NULL)) != LDAP_SUCCESS) { 588 st = ldap_modify_ext_s(ld, service, mods, NULL, NULL);
|
H A D | ldap_pwd_policy.c | 170 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_principal.c | 362 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
|
H A D | ldap_tkt_policy.c | 176 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_principal2.c | 1137 st=ldap_modify_ext_s(ld, xargs.dn, mods, NULL, NULL); 1139 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 | 1054 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL); 1099 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 190 return( ldap_modify_ext_s( ld, dn, mods, NULL, NULL )); in ldap_modify_s() 195 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext_s() function
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 154 ldap_modify_ext_s;
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 155 ldap_modify_ext_s.3ldap \ 351 ldap_modify_ext_s.3ldap := LINKSRC = ldap_modify.3ldap
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 206 return (ldap_modify_ext_s(ld, dn, mods, serverctrls, clientctrls)); in _ns_ldap_modify_ext_s()
|
H A D | ns_writes.c | 808 rc = ldap_modify_ext_s(conp->ld, target_dn, in write_state_machine()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 181 link path=usr/share/man/man3ldap/ldap_modify_ext_s.3ldap \
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 589 int LDAP_CALL ldap_modify_ext_s(LDAP *ld, const char *dn,
|