/** BEGIN COPYRIGHT BLOCK * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ /* unbind.c - handle an ldap unbind operation */ #include "back-ldbm.h" int ldbm_back_unbind( Slapi_PBlock *pb ) { return( 0 ); }