Skip to content

Commit 8255759

Browse files
authored
Merge pull request #169 from davidekete/new-reference-glossary-for-Adsys
docs: add glossary for Adsys
2 parents 802605b + 209fe36 commit 8255759

File tree

1 file changed

+121
-4
lines changed

1 file changed

+121
-4
lines changed

adsys/reference/glossary.md

Lines changed: 121 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,125 @@ Pay particular attention to Ubuntu- or Linux-specific
66
concepts, tools or packages that a Windows users might
77
not be familiar with.
88
-->
9+
:::{glossary}
10+
11+
Active Directory (AD)
12+
A directory service developed by Microsoft that provides centralized authentication, authorization, and management of users, computers, and resources in a networked environment.
13+
14+
Administrative Templates
15+
A set of policy settings that allow administrators to configure user and computer settings in a Windows-based Active Directory environment, often managed via Group Policy Objects (GPOs).
16+
17+
[adcli](https://manpages.ubuntu.com/manpages/xenial/man8/adcli.8.html)
18+
A command-line tool for managing Active Directory (AD) domain membership on Linux.
19+
20+
ADSys
21+
A tool that allows system administrators to manage Ubuntu machines using Microsoft Active Directory (AD).
22+
23+
[adsysctl](https://documentation.ubuntu.com/adsys/en/latest/reference/adsysctl-cli/)
24+
A command-line utility for interacting with the ADSys service in Ubuntu.
25+
26+
[Adwatchd](https://documentation.ubuntu.com/adsys/en/latest/reference/adwatchd/)
27+
A daemon that monitors and enforces compliance with Active Directory policies on Ubuntu systems, helping ensure settings are consistently applied.
28+
29+
apt (Advanced Package Tool)
30+
A package management system used in Debian-based distributions like Ubuntu to install, update, and remove software.
31+
32+
[AppArmor](https://documentation.ubuntu.com/server/how-to/security/apparmor/)
33+
A Linux security module that enforces mandatory access control policies on programs to limit their capabilities.
34+
35+
[certmonger](https://manpages.ubuntu.com/manpages/focal/man8/certmonger.8.html)
36+
A service that monitors and renews certificates, commonly used in enterprise environments.
37+
38+
Client
39+
In the context of ADSys, a client refers to an Ubuntu desktop or server that is managed using Microsoft Active Directory (AD).
40+
41+
D-Bus call
42+
A command or API request used to communicate with system services via D-Bus, a message bus system for interprocess communication.
43+
44+
Daemon
45+
A background process that runs continuously to provide system services.
46+
47+
[dconf](https://documentation.ubuntu.com/adsys/en/latest/explanation/dconf/)
48+
A low-level configuration system used by GNOME-based environments to store application and system settings, providing a centralized way to manage configurations.
49+
50+
Domain Controller (DC)
51+
A server in an Active Directory network that authenticates users, enforces security policies, and manages domain-wide resources.
52+
53+
FQDN (Fully Qualified Domain Name)
54+
A complete domain name that specifies the exact location of a device within the DNS hierarchy.
55+
56+
getcert
57+
A command-line tool used to request, monitor, and renew security certificates, often used with certmonger.
58+
59+
GNOME
60+
A popular open-source desktop environment for Linux systems, designed for ease of use and accessibility, providing a modern graphical user interface (GUI).
61+
62+
Group Policies
63+
A feature in Active Directory that allows administrators to define security settings, software installations, and user preferences across multiple computers in a domain.
64+
65+
GSettings
66+
A system for storing application and desktop settings in GNOME-based environments.
67+
68+
GVfs (GNOME Virtual File System)
69+
A user-space virtual filesystem that provides access to remote locations, such as FTP, SMB, and Google Drive.
70+
71+
Kerberos
72+
A network authentication protocol that uses tickets to securely authenticate users and services.
73+
74+
LDAP (Lightweight Directory Access Protocol)
75+
A protocol for accessing and managing directory information, commonly used for authentication.
76+
77+
Mount Managers
78+
Tools or processes that handle the mounting and unmounting of filesystems on Linux.
79+
80+
mounts
81+
The process of attaching a filesystem to a specific directory in the Linux file hierarchy.
82+
83+
PAM (Pluggable Authentication Modules)
84+
A framework for integrating various authentication methods into Linux systems.
85+
86+
[Polkit](https://manpages.ubuntu.com/manpages/focal/man8/polkit.8.html)
87+
A toolkit for defining and handling system-wide privileges in Linux.
88+
89+
proxy
90+
A server or service that acts as an intermediary for network requests, often used for filtering or caching.
91+
92+
realmd
93+
A service that allows automatic discovery and enrollment of Linux machines into Active Directory or other identity domains.
94+
95+
Samba
96+
A software suite that enables file and print sharing between Linux and Windows systems using the SMB/CIFS protocol.
97+
98+
Security Identifier (SID)
99+
A unique identifier assigned to users, groups, and other objects in Windows-based systems.
100+
101+
Server
102+
In the context of ADSys, the server refers to a **Windows Server** running Active Directory (AD), which manages and enforces policies for Ubuntu clients.
103+
104+
SSSD (System Security Services Daemon)
105+
A service that manages authentication and authorization with identity providers like Active Directory or LDAP. [SSSD is used with ADSys](https://documentation.ubuntu.com/adsys/en/stable/explanation/adsys-ref-arch/) for managing authentication and policies.
106+
107+
sudo
108+
A command that allows users to run programs with elevated (superuser) privileges on Linux systems.
109+
110+
systemd
111+
A modern system and service manager for Linux, responsible for initializing and managing system processes.
112+
113+
systemd journal
114+
A logging system that collects and organizes system logs for troubleshooting and auditing.
115+
116+
Ubiquity installer
117+
The default graphical installer for Ubuntu, designed to simplify OS installation.
118+
119+
visudo
120+
A command used to safely edit the sudoers file, which controls user permissions for executing commands with elevated privileges.
121+
122+
[Ubuntu Pro](https://ubuntu.com/pro)
123+
A premium service from Canonical that provides extended security updates (ESM), compliance tools, and enterprise support for Ubuntu systems.
124+
125+
Winbind
126+
A component of Samba that allows Linux systems to authenticate users against a Windows domain. It can be used as an alternative to SSSD.
127+
:::
128+
129+
9130

10-
* AppArmor: ...
11-
* Polkit: ...
12-
* sudo: ...
13-
* ...

0 commit comments

Comments
 (0)