This commit is contained in:
Bernhard Radermacher
2025-10-14 06:38:20 +00:00
parent 8a7bb1528c
commit 85f8e47bfb

View File

@@ -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.
|===