June 2, 2009 at 11:06
This month we’ll deliver this season’s last warptalk.
Koke and me will repeat our talk from MySQL Users Conference.
- Title: Testing MySQL cluster with ANSTE
- Time: 18:00 CEST
- Place: Justin.tv
- Updated News: Twitter
Our talks are recorded and uploaded to Vimeo and presentations are available on Slideshare.
PD: Starring a chicken and a monkey.
No hay Comentarios
Publicado en Eventos, MySQL, Software Libre, Warp, eBox, warptalks
April 20, 2009 at 07:04
This wenesday I’ll be at the MySQL Conference & Expo 2009 as speaker
:
koke and me will show how ANSTE can be used to test the MySQL Cluster.
ANSTE is a testing tool for complex scenarios. It allows to run tests loading some virtual machines, configuring it’s network interfaces and runing some scripts on them.
No hay Comentarios
Publicado en Eventos, MySQL, Programación, Software Libre, Tecnología, Warp, eBox
January 31, 2009 at 20:01
I’m using eBox to manage my server. eBox was mind for enterprise networks, but dns and email modules are very useful for a internet server.
eBox manages email users with openLDAP (slapd), so I wanted all the services in my server to use the same authentication.
This is the general configuration for apache authenticating with eBox, wich I use for my SVN repositories:
# LDAP Authentication & Authorization is final; do not check other databases
AuthzLDAPAuthoritative on
# Do basic password authentication in the clear
AuthType basic
AuthBasicProvider ldap
# The name of the protected area or "realm"
AuthName "Triangulo de las merluzas Subversion Repositories"
# Active Directory requires an authenticating DN to access records
# This is the DN used to bind to the directory service
# This is an Active Directory user account
AuthLDAPBindDN "cn=admin,dc=ebox"
# This is the password for the AuthLDAPBindDN user in Active Directory
AuthLDAPBindPassword "secret"
# Group Configuration
AuthLDAPGroupAttributeIsDN off
AuthLDAPGroupAttribute memberUid
# The LDAP query URL
AuthLDAPURL "ldap://localhost:389/ou=Users,dc=ebox?uid"
# Require authentication for this Location.
# In this case, only developers can use the repository.
Require ldap-group cn=developers,ou=Groups,dc=ebox
No hay Comentarios
Publicado en Apache, Cómos, Warp, eBox