madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Add possibility to delete value in multivalue attribute #15

Closed madhatter22 closed 4 years ago

madhatter22 commented 4 years ago

Currently it seems to not be possible to delete only one value in a multivalue attribute using IDirectoryContext.DeleteAttribute(). Calling this method will delete all values of the attribute.