Versions in this module Expand all Collapse all v1 v1.0.0 Jun 2, 2025 Changes in this version + func CreateRbcdAce(sid *sid.SID, index int) ace.AccessControlEntry + func DNExists(ldapSession *ldap.Session, distinguishedName string) bool + func FindTarget(ldapSession *ldap.Session, distinguishedName string, sAMAccountName string) (string, error) + func LookupSID(ldapSession *ldap.Session, sid string) (string, error) + func SIDFromValue(ldapSession *ldap.Session, value string) (*sid.SID, error) + func SPNExists(ldapSession *ldap.Session, servicePrincipalName string) (bool, error) + func UpdateNTSecurityDescriptorDACL(ldapSession *ldap.Session, rawNTSecurityDescriptor []byte, addValues []string, ...) ([]byte, error)