I am trying to figure out how to clear or delete an attribute using this library and don't think you have an explicit method to do so. I am looking to completely delete (set to which basically removes the attribute completely. I can confirm this is needed because when I use AD Explorer, I can see delete native attributes without issue.
I am trying to figure out how to clear or delete an attribute using this library and don't think you have an explicit method to do so. I am looking to completely delete (set to which basically removes the attribute completely. I can confirm this is needed because when I use AD Explorer, I can see delete native attributes without issue.
Basically, need a method that does this in this library while benefitting from the pooled connection as opposed to having to use LDAPJS directly (and using a separate connection): https://stackoverflow.com/questions/43759952/ldapjs-how-to-delete-attribute
Thanks!