Sorry, but there are no more tags available to filter with.
  • Active Directory user accounts: Write permission denied for value "Employee" while changing UID_Person value in ADSAccount.

    Hello,

    I've been trying to update UID_Person value in ADSAccount table in my script.

    '... something fancy
    
    Dim ADSAccount As ISingleDbObject = Connection.CreateSingle("ADSAccount", UID_ADSAccount)
    ADSAccount.PutValue("UID_Person", UID_SubIdentity…