Index: servers/slapd/slapd.conf --- servers/slapd/slapd.conf.orig 2004-06-18 04:49:08 +0200 +++ servers/slapd/slapd.conf 2005-06-18 12:26:38 +0200 @@ -65,3 +65,19 @@ directory %LOCALSTATEDIR%/openldap-data # Indices to maintain index objectClass eq + +####################################################################### +# replication via slurpd(8) +####################################################################### + +# master server configuration +#replogfile %LOCALSTATEDIR%/openldap-slurp +#replica-pidfile %LOCALSTATEDIR%/slurpd.pid +#replica host=slave.example.com:389 +# binddn="cn=admin,dc=example,dc=org" +# bindmethod=simple credentials=secret + +# slave server(s) configuration +#updatedn "cn=admin,dc=example,dc=org" +#updateref ldap://master.example.org + Index: include/ac/fdset.h --- include/ac/fdset.h.orig 2005-01-20 19:03:49 +0100 +++ include/ac/fdset.h 2005-10-07 10:07:52 +0200 @@ -22,6 +22,13 @@ #ifndef _AC_FDSET_H #define _AC_FDSET_H +#if defined(HAVE_SYS_TYPES_H) +#include +#endif +#if defined(HAVE_SYS_SELECT_H) +#include +#endif + #if !defined( OPENLDAP_FD_SETSIZE ) && !defined( FD_SETSIZE ) # define OPENLDAP_FD_SETSIZE 4096 #endif