]> git.sur5r.net Git - openldap/blob - servers/slapd/back-ldbm/unbind.c
Add reference to slapd.conf(5) and recommendation to avoid cleartext passwords.
[openldap] / servers / slapd / back-ldbm / unbind.c
1 /* unbind.c - handle an ldap unbind operation */
2
3 #include "portable.h"
4
5 #include <stdio.h>
6 #include <ac/socket.h>
7
8 #include "slap.h"
9
10 void
11 ldbm_back_unbind(
12         Backend     *be,
13         Connection  *conn,
14         Operation   *op
15 )
16 {
17 }