Home
last modified time | relevance | path

Searched refs:ldap_modify (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3ldap/
H A DMakefile51 ldap_modify.3ldap \
350 ldap_modify_ext.3ldap := LINKSRC = ldap_modify.3ldap
351 ldap_modify_ext_s.3ldap := LINKSRC = ldap_modify.3ldap
352 ldap_modify_s.3ldap := LINKSRC = ldap_modify.3ldap
353 ldap_mods_free.3ldap := LINKSRC = ldap_modify.3ldap
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ldap.inc179 file path=usr/share/man/man3ldap/ldap_modify.3ldap
180 link path=usr/share/man/man3ldap/ldap_modify_ext.3ldap target=ldap_modify.3ldap
182 target=ldap_modify.3ldap
183 link path=usr/share/man/man3ldap/ldap_modify_s.3ldap target=ldap_modify.3ldap
188 link path=usr/share/man/man3ldap/ldap_mods_free.3ldap target=ldap_modify.3ldap
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmodify.c57 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify() function
/illumos-gate/usr/src/lib/libldap5/
H A Dmapfile-vers152 ldap_modify;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c216 return (ldap_modify(ld, dn, mods)); in _ns_ldap_modify()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c2154 msgid = ldap_modify((*lc)->ld, dn, mods); in ldapModifyObjectClass()
2185 msgid = ldap_modify((*lc)->ld, dn, mods); in ldapModifyObjectClass()
2315 msgid = ldap_modify(lc->ld, dn, mods); in ldapModify()
2345 msgid = ldap_modify(lc->ld, dn, mods); in ldapModify()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c596 if ( (id = ldap_modify( ld, dn, mods )) == -1 ) in main()
/illumos-gate/usr/src/head/
H A Dldap.h494 int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods);