Getting Active Directory “SecurityDescriptor” attribute in .net core on linux machine
I’m using the following c# .net core code to get the ntSecurityDescriptor
attribute from Active Directory server.
I’m using the Novell.Directory.Ldap library because I need this code to run on a Linux machine.