Frends.LDAP.UpdateUser / 1.2.0
Summary
Modifies a user object's attributes, and can move or rename it by changing its distinguished name.
Typical use — mover processing, where a department change means both new attributes and a new place in the tree
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ModificationMethod | ModificationMethod |
Add |
ModificationMethod.Add |
Modification method. Possible values:
|
| CreateDN | Boolean |
False |
false |
Set true to create distinguished name (DN) from Input.CommonName and Input.Path instead of using Input CreateDN. |
| DistinguishedName | String |
– | CN=Tes TUser,ou=users,dc=wimpi,dc=net |
Distinguished name (DN). |
| CommonName | String |
– | Firstname Lastname |
Common name (CN). |
| Path | String |
CN=Users,DC=Example,DC=Com |
CN=Users,DC=Example,DC=Com |
Directory path. |
| Attributes | Attributes[] |
– | Telephone, +358123456789 |
Attributes to be updated. |