if ( sid_list ) {
ServerID *si;
struct berval bv;
- char *ptr;
for ( si = sid_list; si; si=si->si_next ) {
if ( !BER_BVISEMPTY( &si->si_url )) {
ConfigArgs ca;
OperationBuffer opbuf;
Entry *ce;
- Attribute *attr;
Connection conn = {0};
Operation *op = NULL;
- SlapReply rs = {REP_RESULT};
void *thrctx;
/* Create entry for frontend database if it does not exist already */
ldap_pvt_thread_start_t *func,
void *arg )
{
- int rc;
Connection *c;
c = connection_init( s, (Listener *)&dummy_list, "", "",
{
uid_t uid;
gid_t gid;
- int rc;
#ifdef LDAP_PF_LOCAL_SENDMSG
peerbv.bv_val = peerbuf;
SlapReply *rs )
{
struct berval dn = BER_BVNULL;
- char *last;
- ber_tag_t tag;
- ber_len_t len;
char textbuf[ SLAP_TEXT_BUFLEN ];
size_t textlen = sizeof( textbuf );