#include <ac/errno.h>
#include "ldap-int.h"
+#ifdef LDAP_R_COMPILE
+#include "ldap_pvt_thread.h"
+#endif
#ifdef HAVE_CYRUS_SASL
#include <sasl.h>
# End Source File
# Begin Source File
+SOURCE=.\cyrus.c
+# End Source File
+# Begin Source File
+
SOURCE=.\delete.c
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=..\libldap\cyrus.c
+# End Source File
+# Begin Source File
+
SOURCE=..\libldap\delete.c
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=..\..\include\lutil_ldap.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\lutil_lockf.h
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=.\sasl.c
+# End Source File
+# Begin Source File
+
SOURCE=.\sha1.c
# End Source File
# Begin Source File
int slap_sasl_init(void)
{
- return;
+ return LDAP_SUCCESS;
}
int slap_sasl_destroy(void)
{
- return;
+ return LDAP_SUCCESS;
}
char * slap_sasl_secprops( const char *in )