Kerberos Authentication – Overview
What is Kerberos?
Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com).
It allows users to:
- Access multiple systems without re-entering passwords (Single Sign-On – SSO)
- Log in once
Where We Use It
Kerberos is used for:
- Windows domain login
- Access to shared folders
- Internal applications
- Network resources (printers, servers, etc.)
How It Works
- User Login
User logs in using domain credentials (mbuzztech.com) TGT Request (Ticket Granting Ticket)
System contacts the Domain Controller
A TGT (Ticket Granting Ticket) is issued after successful authentication
TGS Request (Service Ticket)
When accessing a service (file server, app, etc.), system uses the TGT
Requests a TGS (Service Ticket) for that specific service
- Access Resource
Service ticket is presented to the target system
Access is granted without asking for password again
Key Components
- User Device – Employee laptop/desktop
- Active Directory (Domain Controller) – Authentication server for mbuzztech.com
- TGT (Ticket Granting Ticket) – Initial authentication ticket
- TGS (Service Ticket) – Ticket used to access specific services
Why We Use Kerberos
- Single Sign-On (SSO)
- Secure authentication (no repeated password transmission)
- Centralized control via Active Directory
- Seamless access to internal systems
Related Articles
Configuration to Enable ssh(Remote) Login in Ubuntu.
How to Enable ssh (Remote) Login in Ubuntu. Have a Trouble to Access ssh Login in Ubuntu. Steps to Configure ssh configuration file. Go to your system/VM and Open Terminal (use ctl+atl+t) and Follow Commands. Open sshd_config file in any editor like ...
How to invite a new NVIDIA Air user and login to NVIDIA Air
NVIDIA AIR (Accelerated Infrastructure Review) is a cloud-based platform that allows enterprises to simulate, test, and validate NVIDIA-powered solutions New User Creation For inviting a new user inside the organization, Please follow the below steps ...
How to enable the Microsoft Authenticator app - Multi Factor Authentication (MFA)
Keep your account safe Method 1 Download & install the Microsoft Authenticator app to your mobile device. Install the Authenticator app on your mobile. Sign in to your account security dashboard. Select Add a new way to sign in or verify and choose ...
Enable Root Login in GUI Lock Screen in Ubuntu.
How to Enable Root Login in Ubuntu in Login Screen. Do you have Trouble to Login as root user in Ubuntu like this? Steps to Enable Root Login Login as other user as you Define in Installation time. Open the Terminal, shortcut to open Terminal ...
How to Troubleshoot and Fix "bootflash" Directory Issues in Cisco Nexus Switches
Purpose This article explains how to troubleshoot and resolve "bootflash" directory issues in Cisco Nexus switches. This method applies to both lab environments (GNS3/EVE-NG) and real production switches. Common Symptoms bootflash: No such file or ...