Archivo por meses: marzo 2009

Cisco NAC Grupo de Nac Active Directory CN=nacuser Instalación automática de CIsco Nac Client http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/412/cam/m_agntd.html#wp1281997

search uid

http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/412/cas/s_adsso.html#wp1155714 Step 9 Search Filter—The attribute to be authenticated. The search attribute to be matched with any user in the base of the LDAP tree. For example: •CN=$user$, or •uid=$user$, or •sAMAccountName=$user$

Creating Group Policy to Automatically Install the SmoothWall Certificate.

1. Log in to a domain controller with a domain admin account. Go to Start, All Programs, Administrative Tools and Active Directory Users and Computers. 2. To create a domain wide policy, right click on your domain root displayed as your domain name. 3. Go down to Properties, and from the dialog that appears select… Leer más: Creating Group Policy to Automatically Install the SmoothWall Certificate. »

perl solaris mysql driver

Yup, but for *nix I would recommend to use «real» perl and not the activeperl edition. With «real» perl you can simply just run these commands to get the up2date DBI and DBD::mysql modules compiled and installed in your system: perl -MCPAN -e ‘install DBI’ perl -MCPAN -e ‘install DBD::mysql’

enterprise monitor

./mysqlmonitor-2.0.5.7153-solaris-sparc-installer.bin Language Selection Please select the installation language [1] English [2] Japanese Please choose an option [1] : —————————————————————————- Welcome to the setup wizard for the MySQL Enterprise Monitor —————————————————————————- Please specify the directory where the MySQL Enterprise Monitor will be installed Installation directory [/opt/mysql/enterprise/monitor]: —————————————————————————- Tomcat Server Options Please specify the following parameters for… Leer más: enterprise monitor »

start automatically mysqld Enterprise upon reboot

Double check that you’re using runlevel 3 #who -r . run-level 3 Mar 22 12:54 3 0 S You’ll then want to note that number and use that in the tasks below (I’ll use ln -s /etc/init.d/mysql /etc/rc3.d/S99mysql ln -s /etc/init.d/mysql /etc/rc3.d/K99mysql