Frends.LDAP.CreateUser / 1.2.0
Summary
Creates a user object under a chosen path with its naming and contact attributes, and can set an initial password.
Typical use — automated onboarding from an HR system; keep the initial password out of the Process definition itself
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ObjectClass | String |
– | User |
ObjectClass. |
| Path | String |
CN=Users,DC=Example,DC=Com |
CN=Users,DC=Example,DC=Com |
Directory path. |
| GivenName | String |
– | Firstname |
Given name. |
| Surname | String |
– | Lastname |
Surname (SN). |
| CommonName | String |
– | Firstname Lastname |
Common name (CN). |
String |
– | firstname.lastname@foo.bar |
Email. | |
| SetPassword | Boolean |
– | true |
Set password to new user. |
| SetPasswordInUnicode | Boolean |
False |
true |
Password can be added to the unicodePwd field as a byte[] type Requires connection.SecureSocketLayer or connection.TLS. |
| PasswordSecret | String |
– | Password123 |
Password. |
| Attributes | Attributes[] |
– | Telephone, +358123456789 |
Custom attribute values. |