]> git.sur5r.net Git - openldap/blob - servers/slapd/back-ldbm/unbind.c
More struct berval DN changes
[openldap] / servers / slapd / back-ldbm / unbind.c
1 /* unbind.c - handle an ldap unbind operation */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
5  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
6  */
7
8 #include "portable.h"
9
10 #include <stdio.h>
11 #include <ac/socket.h>
12
13 #include "slap.h"
14
15 void
16 ldbm_back_unbind(
17         Backend     *be,
18         Connection  *conn,
19         Operation   *op
20 )
21 {
22 }