28 lines
440 B
Plaintext
28 lines
440 B
Plaintext
|
|
= 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.
|
||
|
|
|===
|