ae12e2aa41
openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. WWW: http://www.fefe.de/tinyldap/
9 lines
201 B
C
9 lines
201 B
C
--- auth.c.orig Tue May 14 22:26:20 2002
|
|
+++ auth.c Thu Feb 26 16:03:58 2004
|
|
@@ -1,3 +1,6 @@
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <md5.h>
|
|
#include "ldap.h"
|
|
#include "auth.h"
|