We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"} } } });
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi! Please try to delete an other attribute for testing purpose. Will it worked?
Sorry, something went wrong.
No branches or pull requests
Error clearing object property value by modify or modifyasyn method
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: