UpdateUser
Update Active Directory user.
Last updated
Was this helpful?
Update Active Directory user.
Task version: 1.2.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.LDAP
ModificationMethod : ModificationMethod
Modification method.
Possible values:
Add: Modification method.
Delete: Modification method.
Replace: Modification method.
Default: 0
Example: ModificationMethod.Add
CreateDN : Boolean
Set true to create distinguished name (DN) from Input.CommonName and Input.Path instead of using Input CreateDN.
Default: False
Example: false
DistinguishedName : String
Distinguished name (DN).
Default: -
Example: CN=Tes TUser,ou=users,dc=wimpi,dc=net
CommonName : String
Common name (CN).
Default: -
Example: Firstname Lastname
Path : String
Directory path.
Default: CN=Users,DC=Example,DC=Com
Example: CN=Users,DC=Example,DC=Com
Attributes : Attributes[]
Attributes to be updated.
Default: -
Example: Telephone, +358123456789
Host : String
LDAP server host.
This must resolve to a Domain Controller (FQDN) in the same domain
as the user being updated.
Default: -
Example: dc1.emea.company.com
Port : Int32
Port. Value 0 = use LDAP/LDAPS default port which is 389 or 636 depending on (SecureSocketLayer) and (TLS).
Default: 0
Example: 389
SecureSocketLayer : Boolean
Perform secure operation.
Default: -
Example: true
TLS : Boolean
Connection is protected by TLS.
Default: -
Example: true
User : String
User.
Default: -
Example: Foo
🗝Password : String
Password.
Default: -
Example: Bar123
Success : Boolean
Update completed.
Example: true
Error : String
LDAP Error message.
Example: Entry Already Exists
CommonName : String
Common name.
Example: Firstname Lastname
Path : String
Path.
Example: CN=Users,DC=Example,DC=Com
Changelog for Task Frends.LDAP.UpdateUser.
Improved documentation for Host parameter usage
New Input parameters CreateDN and DistinguishedName to give an option to insert DN without combining it from Input.CommonName and Input.Path.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

