head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2007.10.31.16.44.14; author rse; state dead; branches; next 1.1; commitid WPQtMk0MIVrCqLDs; 1.1 date 2007.09.05.17.26.11; author rse; state Exp; branches; next ; commitid U1Bb53y4jzPBszws; desc @@ 1.2 log @remove OpenLDAP 2.4 package @ text @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 @ 1.1 log @new package: openldap24 2.4.5 (Lightweight Directory Access Protocol (LDAP) Toolkit) @ text @@