summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2022-09-23 10:15:04 +0100
committerWill Thompson <wjt@endlessos.org>2022-09-23 10:15:04 +0100
commitf11e607383a7207535dd33a0060479be7edfc62b (patch)
tree50b54c6ade05283641c9a3469790ebaa8da3b663
parent89ad0984619f6b5a9f8e3dc7fa1ee82c96e0eb52 (diff)
downloadgnome-initial-setup-f11e607383a7207535dd33a0060479be7edfc62b.tar.gz
CONTRIBUTING: Document FreeIPA demo server
Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/162>
-rw-r--r--CONTRIBUTING.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bd3754d..9c40d4c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -72,3 +72,17 @@ prompt, so `gnome-initial-setup` silently writes the stamp file and exits.
[xdg autostart]: https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html
"The Desktop Application Autostart Specification"
+
+Tips for development
+====================
+
+Enterprise Login
+----------------
+
+Initial Setup can configure the system to be part of an enterprise domain.
+This functionality is available if `realmd` is installed (or, more precisely,
+the name `org.freedesktop.realmd` is owned on the system bus) and hidden if not.
+
+The FreeIPA project runs a [demo server](https://www.freeipa.org/page/Demo),
+which may be useful to test this functionality if you do not have an
+enterprise domain of your own to test against.