Skip to content

Commit

Permalink
Finished migrating content from Welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel committed Sep 21, 2023
1 parent 9b59045 commit d09d6c8
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Technical Reference

Technical information - specifications, APIs, architecture
This section consolidates technical details on ADSys, including specifications, APIs, and architecture.

ADSys is composed of a daemon and a command line interface.

The daemon - `adsysd` - implements the Group Policy protocol. It relies on Kerberos, Samba and LDAP for authentication and policy retrieval.

The command line interface - `adsysctl` - controls the daemon and reports its status.

````{grid} 1 1 2 2
```{grid-item}
## Commands
```{toctree}
Expand All @@ -10,10 +18,25 @@ adsysd <adsys-daemon>
adsysctl command <adsysctl>
```
```{grid-item}
## Reference
```{toctree}
:titlesonly:
CLI reference <cli-reference>
ADSys Watch Daemon <adwatchd>
```
````

## Supported releases

**ADSys** is supported on Ubuntu starting from **20.04.2 LTS**, and tested with Windows Server 2019.

Only Active Directory on-premise is supported.

## Recommended readings

* `adsysd help` or `man adsysd`.
* `adsysctl help` or `man adsysctl`.

0 comments on commit d09d6c8

Please sign in to comment.