openldap/servers/slapd/back-ldbm/unbind.c

23 lines
362 B
C
Raw Normal View History

1998-08-09 08:43:13 +08:00
/* unbind.c - handle an ldap unbind operation */
/* $OpenLDAP$ */
1999-08-07 07:07:46 +08:00
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
1998-08-09 08:43:13 +08:00
1998-10-25 09:41:42 +08:00
#include "portable.h"
1998-08-09 08:43:13 +08:00
#include <stdio.h>
1998-10-25 09:41:42 +08:00
#include <ac/socket.h>
1998-08-09 08:43:13 +08:00
#include "slap.h"
void
1998-08-09 08:43:13 +08:00
ldbm_back_unbind(
Backend *be,
Connection *conn,
Operation *op
)
{
}