-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
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):
- OS: MACOS
- Library version 2.7.14
- .NET 6.0
- LDAP server Active Directory