Archive for November, 2007

Squid-ldap OpenBSD 4.2

Edit /usr/ports/www/squid/Makefile CONFIGURE_ARGS+=–datadir=”${PREFIX}/share/squid” \ –enable-auth=”basic digest” \ –enable-arp-acl \ –enable-basic-auth-helpers=”NCSA YP LDAP” \ –enable-digest-auth-helpers=”password” \ –enable-external-acl-helpers=”ip_user unix_group” \ –enable-removal-policies=”lru heap” \ –enable-ssl \ –enable-delay-pools \ –enable-storeio=”ufs diskd null” \ –localstatedir=”${SQUIDDIR}” then do make and you’ll got error like this: [PATH_TO_SQUID_WORKDIR]/squid-2.6.STABLE13/helpers/basic_auth/LDAP/squid_ldap_auth.c:704: warning: assignment makes pointer from integer without a cast [PATH_TO_SQUID_WORKDIR]/squid-2.6.STABLE13/helpers/basic_auth/LDAP/squid_ldap_auth.c:740: error: `LDAP_COMPARE_TRUE’ undeclared (first use [...]

Posted on November 30, 2007 at 12:25 PM by krisna · Permalink · Leave a comment
In: Uncategorized · Tagged with: ,

OpenBSD Interface Bonding

While browsing i’m found the nice article about OpenBSD Interface Bonding. I’ll test for stability of this configuration before applying into my server. This is the first link: – The following is used on OpenBSD since version 3.9 to combine two physical interfaces (fxp1, fxp2) into a single virtual interface (trunk0). This method allows one [...]

Posted on November 29, 2007 at 5:53 PM by krisna · Permalink · Leave a comment
In: Uncategorized · Tagged with: , ,