1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "label": "dn.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L1"}, {"id": "dn_add_ava", "label": "_add_ava()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L37"}, {"id": "dn_to_dn", "label": "to_dn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L57"}, {"id": "dn_find_first_unescaped", "label": "_find_first_unescaped()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L89"}, {"id": "dn_find_last_unescaped", "label": "_find_last_unescaped()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L110"}, {"id": "dn_get_next_ava", "label": "_get_next_ava()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L133"}, {"id": "dn_split_ava", "label": "_split_ava()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L152"}, {"id": "dn_validate_attribute_type", "label": "_validate_attribute_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L170"}, {"id": "dn_validate_attribute_value", "label": "_validate_attribute_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L187"}, {"id": "dn_escape_attribute_value", "label": "_escape_attribute_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L229"}, {"id": "dn_parse_dn", "label": "parse_dn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L290"}, {"id": "dn_safe_dn", "label": "safe_dn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L330"}, {"id": "dn_safe_rdn", "label": "safe_rdn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L368"}, {"id": "dn_escape_rdn", "label": "escape_rdn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L390"}, {"id": "dn_rationale_58", "label": "Convert an iterator to a list of dn parts if decompose=True return a list of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L58"}, {"id": "dn_rationale_291", "label": "Parses a DN into syntactic components :param dn: :param escape: :par", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L291"}, {"id": "dn_rationale_331", "label": "normalize and escape a dn, if dn is a sequence it is joined. the reverse par", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L331"}, {"id": "dn_rationale_369", "label": "Returns a list of rdn for the dn, usually there is only one rdn, but it can be m", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L369"}, {"id": "dn_rationale_391", "label": "Escape rdn characters to prevent injection according to RFC 4514.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L391"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "string", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "backend_venv_lib_python3_12_site_packages_ldap3_core_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_add_ava", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_to_dn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_find_first_unescaped", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_find_last_unescaped", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_get_next_ava", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L133", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_split_ava", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_validate_attribute_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L170", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_validate_attribute_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L187", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_escape_attribute_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L229", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_parse_dn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L290", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_safe_dn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L330", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_safe_rdn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L368", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ldap3_utils_dn_py", "target": "dn_escape_rdn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L390", "weight": 1.0}, {"source": "dn_to_dn", "target": "dn_add_ava", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L74", "weight": 1.0}, {"source": "dn_get_next_ava", "target": "dn_find_first_unescaped", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L134", "weight": 1.0}, {"source": "dn_get_next_ava", "target": "dn_find_last_unescaped", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L140", "weight": 1.0}, {"source": "dn_split_ava", "target": "dn_escape_attribute_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L159", "weight": 1.0}, {"source": "dn_parse_dn", "target": "dn_get_next_ava", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L304", "weight": 1.0}, {"source": "dn_parse_dn", "target": "dn_find_first_unescaped", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L307", "weight": 1.0}, {"source": "dn_parse_dn", "target": "dn_split_ava", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L313", "weight": 1.0}, {"source": "dn_parse_dn", "target": "dn_validate_attribute_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L315", "weight": 1.0}, {"source": "dn_parse_dn", "target": "dn_validate_attribute_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L318", "weight": 1.0}, {"source": "dn_safe_dn", "target": "dn_parse_dn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L353", "weight": 1.0}, {"source": "dn_safe_rdn", "target": "dn_parse_dn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L372", "weight": 1.0}, {"source": "dn_rationale_58", "target": "dn_to_dn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L58", "weight": 1.0}, {"source": "dn_rationale_291", "target": "dn_parse_dn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L291", "weight": 1.0}, {"source": "dn_rationale_331", "target": "dn_safe_dn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L331", "weight": 1.0}, {"source": "dn_rationale_369", "target": "dn_safe_rdn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L369", "weight": 1.0}, {"source": "dn_rationale_391", "target": "dn_escape_rdn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L391", "weight": 1.0}], "raw_calls": [{"caller_nid": "dn_add_ava", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L42"}, {"caller_nid": "dn_add_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L45"}, {"caller_nid": "dn_add_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L45"}, {"caller_nid": "dn_add_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L50"}, {"caller_nid": "dn_add_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L50"}, {"caller_nid": "dn_to_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L74"}, {"caller_nid": "dn_to_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L79"}, {"caller_nid": "dn_to_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L85"}, {"caller_nid": "dn_find_first_unescaped", "callee": "find", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L91"}, {"caller_nid": "dn_find_last_unescaped", "callee": "rfind", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L112"}, {"caller_nid": "dn_split_ava", "callee": "find", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L153"}, {"caller_nid": "dn_split_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L158"}, {"caller_nid": "dn_split_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L159"}, {"caller_nid": "dn_split_ava", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L159"}, {"caller_nid": "dn_split_ava", "callee": "find", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L165"}, {"caller_nid": "dn_validate_attribute_type", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L172"}, {"caller_nid": "dn_validate_attribute_type", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L179"}, {"caller_nid": "dn_validate_attribute_type", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L182"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L194"}, {"caller_nid": "dn_validate_attribute_value", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L195"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L196"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L198"}, {"caller_nid": "dn_validate_attribute_value", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L199"}, {"caller_nid": "dn_validate_attribute_value", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L199"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L200"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L208"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L215"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L220"}, {"caller_nid": "dn_validate_attribute_value", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L224"}, {"caller_nid": "dn_escape_attribute_value", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L235"}, {"caller_nid": "dn_escape_attribute_value", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L284"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L306"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L307"}, {"caller_nid": "dn_parse_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L308"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L310"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L310"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L310"}, {"caller_nid": "dn_parse_dn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L316"}, {"caller_nid": "dn_parse_dn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L319"}, {"caller_nid": "dn_parse_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L321"}, {"caller_nid": "dn_parse_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L322"}, {"caller_nid": "dn_parse_dn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L325"}, {"caller_nid": "dn_safe_dn", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L335"}, {"caller_nid": "dn_safe_dn", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L338"}, {"caller_nid": "dn_safe_dn", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L338"}, {"caller_nid": "dn_safe_dn", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L340"}, {"caller_nid": "dn_safe_dn", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L346"}, {"caller_nid": "dn_safe_dn", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L346"}, {"caller_nid": "dn_safe_dn", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L348"}, {"caller_nid": "dn_safe_dn", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L348"}, {"caller_nid": "dn_safe_dn", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L350"}, {"caller_nid": "dn_safe_dn", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L350"}, {"caller_nid": "dn_safe_dn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L355"}, {"caller_nid": "dn_safe_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L358"}, {"caller_nid": "dn_safe_dn", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L358"}, {"caller_nid": "dn_safe_dn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L359"}, {"caller_nid": "dn_safe_dn", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L360"}, {"caller_nid": "dn_safe_dn", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L360"}, {"caller_nid": "dn_safe_dn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L361"}, {"caller_nid": "dn_safe_rdn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L375"}, {"caller_nid": "dn_safe_rdn", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L377"}, {"caller_nid": "dn_safe_rdn", "callee": "LDAPInvalidDnError", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L385"}, {"caller_nid": "dn_safe_rdn", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L385"}, {"caller_nid": "dn_escape_rdn", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L397"}, {"caller_nid": "dn_escape_rdn", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L400"}, {"caller_nid": "dn_escape_rdn", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/ldap3/utils/dn.py", "source_location": "L403"}]} |