mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Table: Update ad_config.yml (#8324)
* Update ad_config.yml * Update ad_config.yml * Update ad_config.yml Quick fix on the definition! * Fixed wrapping Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
This commit is contained in:
parent
caefbc962e
commit
55547c3d1a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
|||
name: ad_config
|
||||
examples: >-
|
||||
See the domain, if any, that the Mac is bound to.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue