mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Closes: #19271 Closes: #19286 Changes: - Updated the example in the schema folder readme - Updated the block scalar used in Fleet's osquery override documentation (`>-` » `|-`) and removed extra newlines - Updated the block scalar used in URLs used to create new yaml override files - Regenerated osqeury_fleet_schema.json
11 lines
572 B
YAML
11 lines
572 B
YAML
name: ad_config
|
|
examples: |-
|
|
See the [Active Directory](https://en.wikipedia.org/wiki/Active_Directory) domain, if any, that the Mac is bound to.
|
|
|
|
```
|
|
SELECT domain FROM ad_config;
|
|
```
|
|
notes: |-
|
|
|
|
- Active Directory is a directory service used to manage users and computers. A domain is the high level grouping of these objects, which a workstation must join in order to provide the user with features such as Single Sign-On to internal applications using Kerberos.
|
|
- If a host is not bound to an Active Directory domain, then the table returns no results.
|