Searched refs:ldap_add (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | add.c | 41 * ldap_add - initiate an ldap add operation. Parameters: 57 * msgid = ldap_add( ld, dn, attrs ); 61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) function 65 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_add\n", 0, 0, 0 );
|
| H A D | llib-lldap | 31 int ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs );
|
| /illumos-gate/usr/src/man/man3ldap/ |
| H A D | Makefile | 29 ldap_add.3ldap \ 251 ldap_add_ext.3ldap := LINKSRC = ldap_add.3ldap 252 ldap_add_ext_s.3ldap := LINKSRC = ldap_add.3ldap 253 ldap_add_s.3ldap := LINKSRC = ldap_add.3ldap
|
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_wrapper.c | 91 return (ldap_add(ld, dn, attrs));
|
| /illumos-gate/usr/src/cmd/ldap/common/ |
| H A D | ldaptest.c | 413 if ( (id = ldap_add( ld, dn, attrs )) == -1 ) 414 ldap_perror( ld, "ldap_add" );
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | ldap_op.c | 1893 * and ldap_add(), and mustn't appear among the 2452 * Entry doesn't exist, so try an ldap_add(). If the 2453 * ldap_add() also fails, that could be because someone 2490 !delete ? (add ? "ldap_add" : "ldap_modify") : 2550 msgid = ldap_add(lc->ld, dn, mods); 2577 msgid = ldap_add(lc->ld, dn, mods); 2600 "ldap_add(0x%x (%s), \"%s\") => %d (%s)\n",
|
| /illumos-gate/usr/src/head/ |
| H A D | ldap.h | 488 int LDAP_CALL ldap_add(LDAP *ld, const char *dn, LDAPMod **attrs);
|
Completed in 114 milliseconds