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
Archivo por meses: marzo 2009
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 »
Procedures for creating TAR files and writing them to tape
# Change directories (cd) to the desired directory from which tarring will be done. cd /home/… (whatever) # To tar all the files in the current directory (.) and sub-directories # to the tape using medium density (m) and no rewind (n) tar -cvf /dev/rmt/0mn . # To tar all the files in the current… Leer más »
blade6000 server module network
-> set /CMM/network pendingipgateway=172.16.2.254 commitpending=true set /CH/BL2/SP/network pendingipgateway=172.16.2.254 commitpending=true
zfs and mysql
http://dev.mysql.com/tech-resources/articles/mysql-zfs.html
Forgot your Windows NT/2k/XP/Vista admin password?
http://home.eunet.no/pnordahl/ntpasswd/ Reinstall? Oh no… But not any more… * This is a utility to (re)set the password of any user that has a valid (local) account on your Windows NT/2k/XP/Vista etc system. * You do not need to know the old password to set a new one. * It works offline, that is, you have… Leer más »
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 »
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