Searched refs:ldap_add_ext_s (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | add.c | 192 return( ldap_add_ext_s( ld, dn, attrs, NULL, NULL )); in ldap_add_s() 196 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext_s() function
|
H A D | llib-lldap | 29 int ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPCont…
|
/titanic_41/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 73 ldap_add_ext_s;
|
/titanic_41/usr/src/man/man3ldap/ |
H A D | Makefile | 97 ldap_add_ext_s.3ldap \ 252 ldap_add_ext_s.3ldap := LINKSRC = ldap_add.3ldap
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 82 return (ldap_add_ext_s(ld, dn, attrs, serverctrls, clientctrls)); in _ns_ldap_add_ext_s()
|
H A D | ns_writes.c | 798 rc = ldap_add_ext_s(conp->ld, target_dn, in write_state_machine()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_pwd_policy.c | 107 if ((st=ldap_add_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_tkt_policy.c | 99 if ((st=ldap_add_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_services.c | 141 if ((st=ldap_add_ext_s(ld, service->servicedn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
H A D | ldap_principal2.c | 1092 st = ldap_add_ext_s(ld, standalone_principal_dn, mods, NULL, NULL); 1103 st = ldap_add_ext_s(ld, standalone_principal_dn, mods, NULL, NULL);
|
H A D | ldap_realm.c | 846 if ((st = ldap_add_ext_s(ld, kerberoscontdn, mods, NULL, NULL)) != LDAP_SUCCESS) { 1138 if ((st=ldap_add_ext_s(ld, dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 98 link path=usr/share/man/man3ldap/ldap_add_ext_s.3ldap target=ldap_add.3ldap
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 577 int LDAP_CALL ldap_add_ext_s(LDAP *ld, const char *dn,
|
/titanic_41/ |
H A D | .gitignore | 6433 usr/src/man/man3ldap/ldap_add_ext_s.3ldap
|