internal static string GetDirSyncLinkAttribute(string ldapAttribute, bool deleted)
        {
            string text = deleted ? "0" : "1";

            return(ADSession.GetAttributeNameWithRange(ldapAttribute, text, text));
        }