Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Oct 24, 2023
1 parent 312097b commit e8ab278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
############################################################

# Product name
project = 'Active Directory bridging toolset'
project = 'Active Directory GPO support'
author = 'Canonical Group Ltd'

# Uncomment if your product uses release numbers
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

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

ADSys is composed of a daemon and a command line interface.
On the linux side, 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 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.

The command line interface - `adsysctl` - controls the daemon and reports its status.
A Windows daemon, `adwatchd` can be installed on the domain controller to automatically refresh assets without system administrator interventions.

````{grid} 1 1 2 2
```{grid-item}
Expand Down

0 comments on commit e8ab278

Please sign in to comment.