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

23 lines
362 B
C
Raw Normal View History

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