Skip to content

LdapModifyEntity #156

@hhqqnu

Description

@hhqqnu

Error clearing object property value by modify or modifyasyn method

To Reproduce

await cn.ModifyAsync(new LdapModifyEntry
      {
          Dn = userDn,
          Attributes = new List<LdapModifyAttribute>
          {
              new LdapModifyAttribute
              {
                  LdapModOperation = Native.LdapModOperation.LDAP_MOD_DELETE,
                  Type = "description",
                  Values = new List<string> {"test_value"}
              }
          }
      });

image

Desktop (please complete the following information):

  • OS: MACOS
  • Library version 2.7.14
  • .NET 6.0
  • LDAP server Active Directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions