We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad637e1 commit 2a6b4c7Copy full SHA for 2a6b4c7
1 file changed
nxc/protocols/ldap.py
@@ -875,7 +875,7 @@ def resolve_and_display_hostname(name, domain_name=None):
875
trust_direction = int(trust["trustDirection"])
876
trust_type = int(trust["trustType"])
877
trust_attributes = int(trust["trustAttributes"])
878
-
+
879
# See: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/e9a2d23c-c31e-4a6f-88a0-6646fdb51a3c
880
trust_attribute_flags = {
881
0x1: "Non-Transitive",
0 commit comments