Skip to content

Commit

Permalink
Fixed links to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel committed Sep 13, 2023
1 parent aa304b4 commit 94ef044
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/join-machine-ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are 2 ways to join an AD domain:

Joining during installation is only supported by the Ubuntu Desktop graphical installer Ubiquity. So, start an installation of Ubuntu Desktop as you would usually do and proceed to the page **"Who are you?"**. Enter user and computer name information.

![Who are you installer screen](images/Prerequisites/installer-whoareyou.png)
![Who are you installer screen](../images/installer-whoareyou.png)

> *Note about the host name:*
>
Expand All @@ -23,7 +23,7 @@ Check the box **"Use Active Directory"** and click **"Continue"** to proceed wit

On this page you can enter the address of the Active Directory controller and credentials of the user allowed to add machines to the domain.

![Configure Active Directory installer screen](images/Prerequisites/installer-configure_ad.png)
![Configure Active Directory installer screen](../images/installer-configure_ad.png)

You can verify that the server is reachable by pressing **"Test Connection"**.

Expand Down
4 changes: 2 additions & 2 deletions docs/how-to/set-up-ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ For more information read the Microsoft documentation ["create and manage the Ce

Once loaded successfully in Active Directory, the Ubuntu specific settings are available in the **Group Policy Management Editor** under `[Policy Name] > Computer Configuration > Policies > Administrative Templates > Ubuntu` for the machine policies and `[Policy Name] > User Configuration > Policies > Administrative Templates > Ubuntu` for the user policies.

![Ubuntu GPOs in Active Directory](images/gpo_editor-tree.png)
![Ubuntu GPOs in Active Directory](../images/gpo_editor-tree.png)

![Ubuntu Settings details page](images/gpo_editor-details.png)
![Ubuntu Settings details page](../images/gpo_editor-details.png)

## Recommended readings

Expand Down
30 changes: 15 additions & 15 deletions docs/how-to/use-gpo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ As explained in previous chapter, there are 2 sets of Ubuntu specific settings i
For this example we will use a test domain called `warthogs.biz` with 2 separate OUs.

* The machine is called `adclient04` and belongs to `warthogs.biz > MainOffice`
![Main Office OU in Active Directory](images/gpo_ou_computer.png)
![Main Office OU in Active Directory](../images/gpo_ou_computer.png)

* The user is called `bob` and belongs to `warthogs.biz > IT Dept > RnD`
![IT Deps/RnD OU in Active Directory](images/gpo_ou_user.png)
![IT Deps/RnD OU in Active Directory](../images/gpo_ou_user.png)

In this example, we will demonstrate how to change dconf settings. We will first modify the greeter background image to illustrate how to enforce a computer setting and the list of preferred applications in the launcher for the user settings.

Expand All @@ -26,11 +26,11 @@ Launch the GPO Management editor and create a GPO in `warthogs.biz > MainOffice`
1. Enter a valid absolute path to a `.png` image on the client machine, e.g. `/usr/share/backgrounds/ubuntu-default-greyscale-wallpaper.png`.
1. Refresh the GPO rule on the client by rebooting the machine or running `adsysctl update -m` (You may be prompted to enter your password to check if have enough privileges to run the command)

![GDM Picture URI setting](images/gpo_setting_enabled.png)
![GDM Picture URI setting](../images/gpo_setting_enabled.png)

The change is now visible on the greeter.

![Greeter with custom background](images/gpo_gdm_background.png)
![Greeter with custom background](../images/gpo_gdm_background.png)

> Files are not copied by the Active Directory client and must already exist on the target system at this given path.
Expand All @@ -46,13 +46,13 @@ snap-store_ubuntu-software.desktop
yelp.desktop
```

![Favorite applications settings](images/gpo_setting_enabled_list_of_apps.png)
![Favorite applications settings](../images/gpo_setting_enabled_list_of_apps.png)

4. Refresh the GPO rule applied to the user by logging in or running `adsysctl update` as your current user or `adsysctl update --all` to refresh the computer and all active users.

The list of applications showing up on the left side for your current Active Directory user should be updated.

![Customized list of applications](images/gpo_setting_enabled_list_of_apps_applied.png)
![Customized list of applications](../images/gpo_setting_enabled_list_of_apps_applied.png)

> There are other ways of defining a list in ADSys / Active Directory integration. Check the **“Different types of widgets”** section below.
Expand All @@ -79,13 +79,13 @@ Next section will detail how to configure this and what happens when the Active

Most GPO rules can have 3 states: `enabled`, `disabled`, `not configured`. These states may have different meanings depending on the manager.

![States](images/gpo_setting_states.png)
![States](../images/gpo_setting_states.png)

### General information of a setting

The **left pane** of the GPO Management Editor contains the options that can be edited when a setting is enabled.

![list of values for each release](images/gpo_setting_left_pane.png)
![list of values for each release](../images/gpo_setting_left_pane.png)

There is a default value for all the releases and an override for each supported release of Ubuntu. More about multiple releases in the next section.

Expand All @@ -97,7 +97,7 @@ The **right pane** of the GPO Management editor contains the general information
* The default value of the key that is used if nothing is set on the left pane. Note that if defaults differ between releases, this will be a list per release.
* The list of releases that support this setting.

![General information of a setting](images/gpo_setting_right_pane.png)
![General information of a setting](../images/gpo_setting_right_pane.png)

### Different types of widgets

Expand All @@ -107,13 +107,13 @@ The type `Text` represents a single line of text. If you don’t enclose a strin

The default value will be already set.

![Text field](images/gpo_widget_text.png)
![Text field](../images/gpo_widget_text.png)

#### Text list

A multiline text field is used for this case. A list can be:

![Text list](images/gpo_widget_multiline.png)
![Text list](../images/gpo_widget_multiline.png)

* One item per line: any end of line will be considered as a delimiter
Example:
Expand Down Expand Up @@ -175,19 +175,19 @@ Ensure that you enter the valid type of list, as expected by dconf setting. ADSy

A list field is a limited list of values to choose from. It is represented by a drop down list.

![Dropdown field](images/gpo_widget_dropdown.png)
![Dropdown field](../images/gpo_widget_dropdown.png)

#### Checkbox

A checkbox will correspond to set to `true` or `false` values for the corresponding setting. The default value will be already selected.

![Checkbox field](images/gpo_widget_checkbox.png)
![Checkbox field](../images/gpo_widget_checkbox.png)

#### Decimal

Decimal values are fields that allow only digits with optional upper and lower bounds. A spinner helps the user to increase or decrease the value.

![Checkbox field](images/gpo_widget_decimal.png)
![Checkbox field](../images/gpo_widget_decimal.png)

The limits, if any, will be specified in the right section, per release.

Expand All @@ -203,6 +203,6 @@ By definition, override takes precedence over the default value defined at the t

Finally, note that the help text on the right panel will list each default per release if they differ between themselves. In addition, it will list the supported releases for this setting.

![Different defaults between releases](images/gpo_setting_multireleases.png)
![Different defaults between releases](../images/gpo_setting_multireleases.png)

> Multi-release overrides are only available when your Active Directory administrative templates defines more than one release. If this is not the case, you will only see the top entry to define your policy.

0 comments on commit 94ef044

Please sign in to comment.