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 Dldap_service_rights.c339 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 Dldap_services.c280 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 Dldap_principal.c350 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
H A Dldap_pwd_policy.c185 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
H A Dldap_tkt_policy.c173 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
H A Dldap_principal2.c1234 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 Dldap_realm.c626 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 Dldap_misc.c1018 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 Dmodify.c192 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 Dllib-lldap97 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 Dmodify.c222 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods, function
H A Dllib-lldap93 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls) ;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_wrapper.c208 return (ldap_modify_ext_s(ld, dn, mods, serverctrls, clientctrls));
H A Dns_writes.c867 rc = ldap_modify_ext_s(conp->ld, target_dn,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h990 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods,
/osnet-11/usr/src/head/
H A Dldap.h587 int LDAP_CALL ldap_modify_ext_s(LDAP *ld, const char *dn,

Completed in 485 milliseconds