From 85f8e47bfb2e956b47770cc6e6dda9b7d8ea387b Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Tue, 14 Oct 2025 06:38:20 +0000 Subject: [PATCH] wip --- doc/process/business/add_user.adoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/process/business/add_user.adoc diff --git a/doc/process/business/add_user.adoc b/doc/process/business/add_user.adoc new file mode 100644 index 0000000..dc62972 --- /dev/null +++ b/doc/process/business/add_user.adoc @@ -0,0 +1,27 @@ += Add User +:toc: +:icons: font + +== Purpose + +Add user to system. + +== Required Information + +[%autowidth] +[cols="l,a"] +|=== +|Item |Description + +|code +|Identifies the user, sometimes called _user id_ or _username_. This _should_ be the same as the respective *Windows Domain User ID* + +|name +|Name of user for display. + +|ldap_name +|Identity of user in LDAP to allow logon using *Windows Domain Password*. + +|notes +|(optional) Internal notes. +|===