Archivo del Autor: carlosap

http://www.cisco.com/en/US/products/ps6128/products_tech_note09186a0080846d7a.shtml AD/LDAP Configuration Example This illustrates a sample configuration using LDAP to communicate with the backend Active Directory: Create a Domain Admin user within Active Directory Users and Computers. Place this user into the Users folder. Within Active Directory Users and Computers, select Find from the Actions menu.Make sure that your results show the Group… Leer más »

Deploy Active Directory

Deploying Sophos Anti-Virus through Active Directory group policy You can use Active Directory in Windows 2000 and Windows 2003 to configure the group policy applied to a domain, so that Sophos Anti-Virus is automatically deployed to all Windows NT/2000/XP/2003 computers that join the domain. This does not require Enterprise Console to be installed on the… Leer más »

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$

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 »