Searched refs:ldap_modify (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 51 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 D | system-library.man3ldap.inc | 179 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 D | modify.c | 57 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify() function
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 152 ldap_modify;
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 216 return (ldap_modify(ld, dn, mods)); in _ns_ldap_modify()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 2154 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 D | ldaptest.c | 596 if ( (id = ldap_modify( ld, dn, mods )) == -1 ) in main()
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 494 int LDAP_CALL ldap_modify(LDAP *ld, const char *dn, LDAPMod **mods);
|