Archivo del Autor: carlosap

LDAP AD

Hi I’m batteling to get squid_ldap_auth to authenticate against M$ windows Active Directory 2008 with my config below /usr/lib64/squid/squid_ldap_auth -b «OU=Organizational Structure,DC=example,DC=co,DC=za» -h 10.*.*.250 -D «CN=squid,OU=Other,OU=TC JHB,OU=Company,OU=Organizational Structure,DC=example,DC=co,DC=za» -w «Password1» -f «(&(uid=%s)(objectclass=user))» I have used a similar config on windows Active Directory 2003 and it worked perfectly fine. Is there a catch to authenticating against… Leer más »

Squid authentication against Microsoft’s Active Directory

http://www.cyberciti.biz/tips/howto-configure-squid-ldap-authentication.html Squid authentication against Microsoft’s Active Directory I have not used group_ldap_auth helper against Microsoft’s Active Directory. But someone (user) pointed out the following solution. Add following configuration directive to squid.conf: ldap_auth_program /usr/lib/squid/group_ldap_auth -b dc=my-domain,dc=de -h \ server.my-domain.de -p 636 -g distinguishedName -d CN=lookup,OU=Services,\ OU=Users,DC=my-domain,DC=de -w lookup -u cn -m member -o group -S -l… Leer más »

Link Aggregation

dladm create-aggr -d e1000g0 -d e1000g1 1 #cat /etc/aggregation.conf # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident «@(#)aggregation.conf 1.1 05/09/01 SMI» # # DO NOT EDIT OR PARSE THIS FILE! # # Use the dladm(1m) command to change the contents of this file.… Leer más »

mysql st2540

Scaling SugarCRM and MySQL on Sun’s Coolthreads Server and Solaris Operating System

Link Aggregation VMWARE ESXi

Networking – 802.1q Trunking and 802.3ad Link Aggregation using Cisco Switches Resources – ESX and ESXi Server Ok so your server probably has more than one physical NIC, by default most have two built in. You may have been wondering what is the best network configuration for ESX/ESXi Servers. How many physical NICs to use,… Leer más »

speed up safari

http://guides.macrumors.com/Speed_up_Safari defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25

Updating the locate database in Mac OS X

One of my favorite commands in Unix is «locate». It’s useful to help find files through terminal – fast! After freshly installing Leopard, I realised that the database for the command had not been built. `/var/db/locate.database’: No such file or directory No problem. To fix this simply run the command: sudo /usr/libexec/locate.updatedb After a few… Leer más »