Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LdapModifyEntity #156

Open
hhqqnu opened this issue Feb 11, 2022 · 1 comment
Open

LdapModifyEntity #156

hhqqnu opened this issue Feb 11, 2022 · 1 comment
Labels

Comments

@hhqqnu
Copy link

hhqqnu commented Feb 11, 2022

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
@flamencist
Copy link
Owner

Hi! Please try to delete an other attribute for testing purpose. Will it worked?

@flamencist flamencist added the mac label Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants