Q : Windows Domain Log on issue ?

In Windows 2003 domain environment  desktops with XP Professional the log on to our domain name.

It now displays our domain name with (windows 2000) next to it.

Why would this change from the correct domain name to domain name (windows 2000) only on a  few computers and how do we correct it?

2 Domain [...]

Cisco : How to Check an AAA-Server Authentication on Cisco ASA/PIX/FWSM

How to Check an AAA-Server Authentication on Cisco ASA/PIX/FWSM

CISCO-ASA-LAB# CISCO-ASA-LAB# test aaa-sever ? test aaa-server [authentication|authorization] [host |] username password

For example:

CISCO-ASA-LAB# test aaa-server authentication TACGroup username kartook password cisco12366

if authentication is successful (output mentioned below)

INFO: Authentication Successful

if authentication fails (output mentioned below)

ERROR: Authentication Rejected: Unspecified

Possibly Related Posts:

Linux local privilege escalation via SUID
CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File
CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
Cisco Datacenter /Nexus 1000V Videos

User Account Control (UAC) and Server Core

User Account Control (UAC) and Server Core

A slight detour from the Windows Server 2008 R2 posts this time around to cover a topic that has been coming up recently: UAC on Server Core.

UAC is not available in Server Core, since it is a command line only interface, doesn’t have IE, or support for [...]

FreeBSD : How do I install perl on FreeBSD ?

How do I install perl on FreeBSD operating system?

Practical Extraction and Report Language or Perl can be installed using FreeBSD ports or binary package system. Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for [...]

Ubuntu :Disabling splash screen?

The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below. Run gedit in sudo  mode and edit the file /etc/default/grub sudo gedit /etc/default/grub Locate the line that shows the following

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” Remove quiet and splash

GRUB_CMDLINE_LINUX_DEFAULT=”” Then save [...]